#CFC083

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

Shades of Winter Hazel #CFC083

Tints of Winter Hazel #CFC083

Color information

#CFC083 (or 0xCFC083) is unknown color: approx Winter Hazel. HEX triplet: CF, C0 and 83. RGB value is (207,192,131). Sum of RGB (Red+Green+Blue) = 207+192+131=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 131 (51.56% from 255 or 24.72% from 530); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC083 is #303F7C. Grayscale: #BDBDBD. Windows color (decimal): -3161981 or 8634575. OLE color: 8634575.

HSL color Cylindrical-coordinate representation of color #CFC083: hue angle of 48.16º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CFC083 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB207192131-
CMYK00.070.370.19
HSL48.16º44.19%66.27%-
HSV(B)48.16º36.71%81.18%-
XYZ48.6852.629.06-
YUV189.5394.97140.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.06%
GREEN value IS 192 (75.39% from 255) = 36.23%
BLUE value IS 131 (51.56% from 255) = 24.72%
R=39.06%
G=36.23%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719213100.070.370.1948.1644.1966.27
HexCFC083072513302c42
Octal3173002030745236054102
Binary1100111111000000100000110111100101100111100001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC083; }

 p { color: rgb(207,192,131); }

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

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

 a { background-color: rgb(207,192,131); }

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

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

 span { border-color: rgb(207,192,131); }

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