#CFC18E

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

Shades of Winter Hazel #CFC18E

Tints of Winter Hazel #CFC18E

Color information

#CFC18E (or 0xCFC18E) is unknown color: approx Winter Hazel. HEX triplet: CF, C1 and 8E. RGB value is (207,193,142). Sum of RGB (Red+Green+Blue) = 207+193+142=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 193 (75.78% from 255 or 35.61% from 542); Blue value is 142 (55.86% from 255 or 26.20% from 542); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC18E is #303E71. Grayscale: #BFBFBF. Windows color (decimal): -3161714 or 9355727. OLE color: 9355727.

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

Color convert

RGB207193142-
CMYK00.070.310.19
HSL47.08º40.37%68.43%-
HSV(B)47.08º31.4%81.18%-
XYZ49.6853.3633.27-
YUV191.37100.14139.15-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.19%
GREEN value IS 193 (75.78% from 255) = 35.61%
BLUE value IS 142 (55.86% from 255) = 26.20%
R=38.19%
G=35.61%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719314200.070.310.1947.0840.3768.43
HexCFC18E071F132f2844
Octal3173012160737235750104
Binary110011111100000110001110011111111100111011111010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC18E; }

 p { color: rgb(207,193,142); }

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

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

 a { background-color: rgb(207,193,142); }

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

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

 span { border-color: rgb(207,193,142); }

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