Html Css Color HEX #CFC874 Winter Hazel

📋 copy color: '#CFC874'

red 207 ◦ green 200 ◦ blue 116

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

Shades of Winter Hazel #CFC874

Tints of Winter Hazel #CFC874

RGB

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

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

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

R = 39.58%
G = 38.24%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CFC874 (or 0xCFC874) is known color: Winter Hazel. HEX triplet: CF, C8 and 74. RGB value is (207,200,116). Sum of RGB (Red+Green+Blue) = 207+200+116=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 200 (78.52% from 255 or 38.24% from 523); Blue value is 116 (45.70% from 255 or 22.18% from 523); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC874 is #30378B. Grayscale: #C0C0C0. Windows color (decimal): -3159948 or 7653583. OLE color: 7653583.

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

Color convert

RGB 207 200 116 -
CMYK 0 0.03 0.44 0.19
HSL 55.38º 0.49% 0.63% -
HSV(B) 55.38º 0.44% 0.81% -
XYZ 49.54 55.83 24.69 -
YUV 192.52 84.82 138.33 -
System Red Green Blue C M Y K H S L
Decimal 207 200 116 0 0.03 0.44 0.19 55.38 0.49 0.63
Hex CF C8 74 0 3 2C 13 37 31 3F
Octal 317 310 164 0 3 54 23 67 61 77
Binary 11001111 11001000 1110100 0 11 101100 10011 110111 110001 111111

Color Harmonies of #CFC874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC874

Black with #CFC874

Text Example


Text Example

White with #CFC874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC874; }

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

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

background-color css

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

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

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

border-color css

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

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

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