Html Css Color HEX #CFC076 Winter Hazel

📋 copy color: '#CFC076'

red 207 ◦ green 192 ◦ blue 118

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

Shades of Winter Hazel #CFC076

Tints of Winter Hazel #CFC076

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.14%

 BLUE value IS 118 (46.48% from 255) = 22.82%

R = 40.04%
G = 37.14%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CFC076 (or 0xCFC076) is known color: Winter Hazel. HEX triplet: CF, C0 and 76. RGB value is (207,192,118). Sum of RGB (Red+Green+Blue) = 207+192+118=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 118 (46.48% from 255 or 22.82% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC076 is #303F89. Grayscale: #BCBCBC. Windows color (decimal): -3161994 or 7782607. OLE color: 7782607.

HSL color Cylindrical-coordinate representation of color #CFC076: hue angle of 49.89º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFC076 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 192 118 -
CMYK 0 0.07 0.43 0.19
HSL 49.89º 0.48% 0.64% -
HSV(B) 49.89º 0.43% 0.81% -
XYZ 47.85 52.27 24.71 -
YUV 188.05 88.47 141.52 -
System Red Green Blue C M Y K H S L
Decimal 207 192 118 0 0.07 0.43 0.19 49.89 0.48 0.64
Hex CF C0 76 0 7 2B 13 32 30 40
Octal 317 300 166 0 7 53 23 62 60 100
Binary 11001111 11000000 1110110 0 111 101011 10011 110010 110000 1000000

Color Harmonies of #CFC076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC076

Black with #CFC076

Text Example


Text Example

White with #CFC076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC076; }

 p { color: rgb(207,192,118); }

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

background-color css

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

 a { background-color: rgb(207,192,118); }

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

border-color css

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

 span { border-color: rgb(207,192,118); }

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