Html Css Color HEX #CFC574 Winter Hazel

📋 copy color: '#CFC574'

red 207 ◦ green 197 ◦ blue 116

#CFC574
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Winter Hazel #CFC574

Tints of Winter Hazel #CFC574

RGB

 RED value IS 207 (81.25% from 255) = 39.81%

 GREEN value IS 197 (77.34% from 255) = 37.88%

 BLUE value IS 116 (45.7% from 255) = 22.31%

R = 39.81%
G = 37.88%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CFC574 (or 0xCFC574) is known color: Winter Hazel. HEX triplet: CF, C5 and 74. RGB value is (207,197,116). Sum of RGB (Red+Green+Blue) = 207+197+116=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 197 (77.34% from 255 or 37.88% from 520); Blue value is 116 (45.70% from 255 or 22.31% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC574 is #303A8B. Grayscale: #BFBFBF. Windows color (decimal): -3160716 or 7652815. OLE color: 7652815.

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

Color convert

RGB 207 197 116 -
CMYK 0 0.05 0.44 0.19
HSL 53.41º 0.49% 0.63% -
HSV(B) 53.41º 0.44% 0.81% -
XYZ 48.85 54.46 24.46 -
YUV 190.76 85.81 139.59 -
System Red Green Blue C M Y K H S L
Decimal 207 197 116 0 0.05 0.44 0.19 53.41 0.49 0.63
Hex CF C5 74 0 5 2C 13 35 31 3F
Octal 317 305 164 0 5 54 23 65 61 77
Binary 11001111 11000101 1110100 0 101 101100 10011 110101 110001 111111

Color Harmonies of #CFC574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC574

Black with #CFC574

Text Example


Text Example

White with #CFC574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC574; }

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

 H1.HeaderClassName
 {
   color: #CFC574;
 }
 .AnyTagClassName
 {
   color: #CFC574;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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