Html Css Color HEX #CFC876 Winter Hazel

📋 copy color: '#CFC876'

red 207 ◦ green 200 ◦ blue 118

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

Shades of Winter Hazel #CFC876

Tints of Winter Hazel #CFC876

RGB

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

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

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

R = 39.43%
G = 38.1%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CFC876 (or 0xCFC876) is known color: Winter Hazel. HEX triplet: CF, C8 and 76. RGB value is (207,200,118). Sum of RGB (Red+Green+Blue) = 207+200+118=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 200 (78.52% from 255 or 38.10% from 525); Blue value is 118 (46.48% from 255 or 22.48% from 525); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC876 is #303789. Grayscale: #C1C1C1. Windows color (decimal): -3159946 or 7784655. OLE color: 7784655.

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

Color convert

RGB 207 200 118 -
CMYK 0 0.03 0.43 0.19
HSL 55.28º 0.48% 0.64% -
HSV(B) 55.28º 0.43% 0.81% -
XYZ 49.66 55.88 25.31 -
YUV 192.75 85.82 138.17 -
System Red Green Blue C M Y K H S L
Decimal 207 200 118 0 0.03 0.43 0.19 55.28 0.48 0.64
Hex CF C8 76 0 3 2B 13 37 30 40
Octal 317 310 166 0 3 53 23 67 60 100
Binary 11001111 11001000 1110110 0 11 101011 10011 110111 110000 1000000

Color Harmonies of #CFC876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC876

Black with #CFC876

Text Example


Text Example

White with #CFC876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC876; }

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

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

background-color css

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

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

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

border-color css

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

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

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