#CFC374

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

Shades of Winter Hazel #CFC374

Tints of Winter Hazel #CFC374

Color information

#CFC374 (or 0xCFC374) is unknown color: approx Winter Hazel. HEX triplet: CF, C3 and 74. RGB value is (207,195,116). Sum of RGB (Red+Green+Blue) = 207+195+116=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 195 (76.56% from 255 or 37.64% from 518); Blue value is 116 (45.70% from 255 or 22.39% from 518); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC374 is #303C8B. Grayscale: #BDBDBD. Windows color (decimal): -3161228 or 7652303. OLE color: 7652303.

HSL color Cylindrical-coordinate representation of color #CFC374: hue angle of 52.09º 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 #CFC374 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB207195116-
CMYK00.060.440.19
HSL52.09º48.66%63.33%-
HSV(B)52.09º43.96%81.18%-
XYZ48.453.5624.31-
YUV189.5886.48140.42-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.96%
GREEN value IS 195 (76.56% from 255) = 37.64%
BLUE value IS 116 (45.70% from 255) = 22.39%
R=39.96%
G=37.64%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719511600.060.440.1952.0948.6663.33
HexCFC374062C1334313f
Octal317303164065423646177
Binary11001111110000111110100011010110010011110100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC374; }

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

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

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

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

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

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

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

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