#CF842E

Color #CF842E Dixie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dixie #CF842E

Tints of Dixie #CF842E

Color information

#CF842E (or 0xCF842E) is unknown color: approx Dixie. HEX triplet: CF, 84 and 2E. RGB value is (207,132,46). Sum of RGB (Red+Green+Blue) = 207+132+46=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 46 (18.36% from 255 or 11.95% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF842E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF842E is #307BD1. Grayscale: #919191. Windows color (decimal): -3177426 or 3048655. OLE color: 3048655.

HSL color Cylindrical-coordinate representation of color #CF842E: hue angle of 32.05º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF842E is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB20713246-
CMYK00.360.780.19
HSL32.05º63.64%49.61%-
HSV(B)32.05º77.78%81.18%-
XYZ34.4829.976.55-
YUV144.6272.35172.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 53.77%
GREEN value IS 132 (51.95% from 255) = 34.29%
BLUE value IS 46 (18.36% from 255) = 11.95%
R=53.77%
G=34.29%
B=11.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.78
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071324600.360.780.1932.0563.6449.61
HexCF842E0244E13204032
Octal31720456044116234010062
Binary110011111000010010111001001001001110100111000001000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF842E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF842E; }

 p { color: rgb(207,132,46); }

 H1.HeaderClassName
 {
   color: #CF842E;
 }
 .AnyTagClassName
 {
   color: #CF842E;
 }
</style>
background-color css

<style>
 a { background-color: #CF842E; }

 a { background-color: rgb(207,132,46); }

 div.DivClassName
 {
   background-color: #CF842E;
 }
 .BgClassName
 {
   background-color: #CF842E;
 }
</style>
border-color css

<style>
 span { border-color: #CF842E; }

 span { border-color: rgb(207,132,46); }

 td.TdClassName
 {
   border-color: #CF842E;
 }
 .TagClassName
 {
   border-color: #CF842E;
 }
</style>