Html Css Color HEX #CFC780 Winter Hazel

📋 copy color: '#CFC780'

red 207 ◦ green 199 ◦ blue 128

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

Shades of Winter Hazel #CFC780

Tints of Winter Hazel #CFC780

RGB

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

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

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

R = 38.76%
G = 37.27%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CFC780 (or 0xCFC780) is known color: Winter Hazel. HEX triplet: CF, C7 and 80. RGB value is (207,199,128). Sum of RGB (Red+Green+Blue) = 207+199+128=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 199 (78.12% from 255 or 37.27% from 534); Blue value is 128 (50.39% from 255 or 23.97% from 534); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC780 is #30387F. Grayscale: #C1C1C1. Windows color (decimal): -3160192 or 8439759. OLE color: 8439759.

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

Color convert

RGB 207 199 128 -
CMYK 0 0.04 0.38 0.19
HSL 53.92º 0.45% 0.66% -
HSV(B) 53.92º 0.38% 0.81% -
XYZ 50.05 55.67 28.53 -
YUV 193.3 91.15 137.77 -
System Red Green Blue C M Y K H S L
Decimal 207 199 128 0 0.04 0.38 0.19 53.92 0.45 0.66
Hex CF C7 80 0 4 26 13 36 2D 42
Octal 317 307 200 0 4 46 23 66 55 102
Binary 11001111 11000111 10000000 0 100 100110 10011 110110 101101 1000010

Color Harmonies of #CFC780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC780

Black with #CFC780

Text Example


Text Example

White with #CFC780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC780; }

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

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

background-color css

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

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

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

border-color css

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

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

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