#CFC174

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

Shades of Winter Hazel #CFC174

Tints of Winter Hazel #CFC174

Color information

#CFC174 (or 0xCFC174) is unknown color: approx Winter Hazel. HEX triplet: CF, C1 and 74. RGB value is (207,193,116). Sum of RGB (Red+Green+Blue) = 207+193+116=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 116 (45.70% from 255 or 22.48% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC174 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC174 is #303E8B. Grayscale: #BCBCBC. Windows color (decimal): -3161740 or 7651791. OLE color: 7651791.

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

Color convert

RGB207193116-
CMYK00.070.440.19
HSL50.77º48.66%63.33%-
HSV(B)50.77º43.96%81.18%-
XYZ47.9552.6724.16-
YUV188.4187.14141.26-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.12%
GREEN value IS 193 (75.78% from 255) = 37.40%
BLUE value IS 116 (45.70% from 255) = 22.48%
R=40.12%
G=37.40%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719311600.070.440.1950.7748.6663.33
HexCFC174072C1333313f
Octal317301164075423636177
Binary11001111110000011110100011110110010011110011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC174; }

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

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

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

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

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

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

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

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