#CFC08B

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

Shades of Winter Hazel #CFC08B

Tints of Winter Hazel #CFC08B

Color information

#CFC08B (or 0xCFC08B) is unknown color: approx Winter Hazel. HEX triplet: CF, C0 and 8B. RGB value is (207,192,139). Sum of RGB (Red+Green+Blue) = 207+192+139=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 139 (54.69% from 255 or 25.84% from 538); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC08B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC08B is #303F74. Grayscale: #BEBEBE. Windows color (decimal): -3161973 or 9158863. OLE color: 9158863.

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

Color convert

RGB207192139-
CMYK00.070.330.19
HSL46.76º41.46%67.84%-
HSV(B)46.76º32.85%81.18%-
XYZ49.2452.8332.03-
YUV190.4498.97139.81-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.48%
GREEN value IS 192 (75.39% from 255) = 35.69%
BLUE value IS 139 (54.69% from 255) = 25.84%
R=38.48%
G=35.69%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719213900.070.330.1946.7641.4667.84
HexCFC08B0721132f2944
Octal3173002130741235751104
Binary1100111111000000100010110111100001100111011111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC08B; }

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

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

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

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

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

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

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

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