Html Css Color HEX #CFC880 Winter Hazel

📋 copy color: '#CFC880'

red 207 ◦ green 200 ◦ blue 128

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

Shades of Winter Hazel #CFC880

Tints of Winter Hazel #CFC880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 23.93%

R = 38.69%
G = 37.38%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CFC880 (or 0xCFC880) is known color: Winter Hazel. HEX triplet: CF, C8 and 80. RGB value is (207,200,128). Sum of RGB (Red+Green+Blue) = 207+200+128=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 200 (78.52% from 255 or 37.38% from 535); Blue value is 128 (50.39% from 255 or 23.93% from 535); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC880 is #30377F. Grayscale: #C2C2C2. Windows color (decimal): -3159936 or 8440015. OLE color: 8440015.

HSL color Cylindrical-coordinate representation of color #CFC880: hue angle of 54.68º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CFC880 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 200 128 -
CMYK 0 0.03 0.38 0.19
HSL 54.68º 0.45% 0.66% -
HSV(B) 54.68º 0.38% 0.81% -
XYZ 50.28 56.13 28.61 -
YUV 193.89 90.82 137.35 -
System Red Green Blue C M Y K H S L
Decimal 207 200 128 0 0.03 0.38 0.19 54.68 0.45 0.66
Hex CF C8 80 0 3 26 13 37 2D 42
Octal 317 310 200 0 3 46 23 67 55 102
Binary 11001111 11001000 10000000 0 11 100110 10011 110111 101101 1000010

Color Harmonies of #CFC880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC880

Black with #CFC880

Text Example


Text Example

White with #CFC880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC880; }

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

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

background-color css

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

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

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

border-color css

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

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

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