Html Css Color HEX #CFC672 Winter Hazel

📋 copy color: '#CFC672'

red 207 ◦ green 198 ◦ blue 114

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

Shades of Winter Hazel #CFC672

Tints of Winter Hazel #CFC672

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.15%

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

R = 39.88%
G = 38.15%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CFC672 (or 0xCFC672) is known color: Winter Hazel. HEX triplet: CF, C6 and 72. RGB value is (207,198,114). Sum of RGB (Red+Green+Blue) = 207+198+114=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 198 (77.73% from 255 or 38.15% from 519); Blue value is 114 (44.92% from 255 or 21.97% from 519); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC672 is #30398D. Grayscale: #BFBFBF. Windows color (decimal): -3160462 or 7521999. OLE color: 7521999.

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

Color convert

RGB 207 198 114 -
CMYK 0 0.04 0.45 0.19
HSL 54.19º 0.49% 0.63% -
HSV(B) 54.19º 0.45% 0.81% -
XYZ 48.96 54.87 23.93 -
YUV 191.12 84.48 139.33 -
System Red Green Blue C M Y K H S L
Decimal 207 198 114 0 0.04 0.45 0.19 54.19 0.49 0.63
Hex CF C6 72 0 4 2D 13 36 31 3F
Octal 317 306 162 0 4 55 23 66 61 77
Binary 11001111 11000110 1110010 0 100 101101 10011 110110 110001 111111

Color Harmonies of #CFC672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC672

Black with #CFC672

Text Example


Text Example

White with #CFC672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC672; }

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

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

background-color css

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

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

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

border-color css

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

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

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