Html Css Color HEX #CFC872 Winter Hazel

📋 copy color: '#CFC872'

red 207 ◦ green 200 ◦ blue 114

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

Shades of Winter Hazel #CFC872

Tints of Winter Hazel #CFC872

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.39%

 BLUE value IS 114 (44.92% from 255) = 21.88%

R = 39.73%
G = 38.39%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CFC872 (or 0xCFC872) is known color: Winter Hazel. HEX triplet: CF, C8 and 72. RGB value is (207,200,114). Sum of RGB (Red+Green+Blue) = 207+200+114=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 200 (78.52% from 255 or 38.39% from 521); Blue value is 114 (44.92% from 255 or 21.88% from 521); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC872 is #30378D. Grayscale: #C0C0C0. Windows color (decimal): -3159950 or 7522511. OLE color: 7522511.

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

Color convert

RGB 207 200 114 -
CMYK 0 0.03 0.45 0.19
HSL 55.48º 0.49% 0.63% -
HSV(B) 55.48º 0.45% 0.81% -
XYZ 49.42 55.79 24.08 -
YUV 192.29 83.82 138.49 -
System Red Green Blue C M Y K H S L
Decimal 207 200 114 0 0.03 0.45 0.19 55.48 0.49 0.63
Hex CF C8 72 0 3 2D 13 37 31 3F
Octal 317 310 162 0 3 55 23 67 61 77
Binary 11001111 11001000 1110010 0 11 101101 10011 110111 110001 111111

Color Harmonies of #CFC872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC872

Black with #CFC872

Text Example


Text Example

White with #CFC872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC872; }

 p { color: rgb(207,200,114); }

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

background-color css

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

 a { background-color: rgb(207,200,114); }

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

border-color css

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

 span { border-color: rgb(207,200,114); }

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