Html Css Color HEX #CFC776 Winter Hazel

📋 copy color: '#CFC776'

red 207 ◦ green 199 ◦ blue 118

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

Shades of Winter Hazel #CFC776

Tints of Winter Hazel #CFC776

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.98%

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

R = 39.5%
G = 37.98%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CFC776 (or 0xCFC776) is known color: Winter Hazel. HEX triplet: CF, C7 and 76. RGB value is (207,199,118). Sum of RGB (Red+Green+Blue) = 207+199+118=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 199 (78.12% from 255 or 37.98% from 524); Blue value is 118 (46.48% from 255 or 22.52% from 524); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC776 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC776 is #303889. Grayscale: #C0C0C0. Windows color (decimal): -3160202 or 7784399. OLE color: 7784399.

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

Color convert

RGB 207 199 118 -
CMYK 0 0.04 0.43 0.19
HSL 54.61º 0.48% 0.64% -
HSV(B) 54.61º 0.43% 0.81% -
XYZ 49.43 55.42 25.23 -
YUV 192.16 86.15 138.59 -
System Red Green Blue C M Y K H S L
Decimal 207 199 118 0 0.04 0.43 0.19 54.61 0.48 0.64
Hex CF C7 76 0 4 2B 13 37 30 40
Octal 317 307 166 0 4 53 23 67 60 100
Binary 11001111 11000111 1110110 0 100 101011 10011 110111 110000 1000000

Color Harmonies of #CFC776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC776

Black with #CFC776

Text Example


Text Example

White with #CFC776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC776; }

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

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

background-color css

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

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

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

border-color css

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

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

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