Html Css Color HEX #CFC580 Winter Hazel

📋 copy color: '#CFC580'

red 207 ◦ green 197 ◦ blue 128

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

Shades of Winter Hazel #CFC580

Tints of Winter Hazel #CFC580

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.03%

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

R = 38.91%
G = 37.03%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CFC580 (or 0xCFC580) is known color: Winter Hazel. HEX triplet: CF, C5 and 80. RGB value is (207,197,128). Sum of RGB (Red+Green+Blue) = 207+197+128=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 197 (77.34% from 255 or 37.03% from 532); Blue value is 128 (50.39% from 255 or 24.06% from 532); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC580 is #303A7F. Grayscale: #C0C0C0. Windows color (decimal): -3160704 or 8439247. OLE color: 8439247.

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

Color convert

RGB 207 197 128 -
CMYK 0 0.05 0.38 0.19
HSL 52.41º 0.45% 0.66% -
HSV(B) 52.41º 0.38% 0.81% -
XYZ 49.59 54.76 28.38 -
YUV 192.12 91.81 138.61 -
System Red Green Blue C M Y K H S L
Decimal 207 197 128 0 0.05 0.38 0.19 52.41 0.45 0.66
Hex CF C5 80 0 5 26 13 34 2D 42
Octal 317 305 200 0 5 46 23 64 55 102
Binary 11001111 11000101 10000000 0 101 100110 10011 110100 101101 1000010

Color Harmonies of #CFC580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC580

Black with #CFC580

Text Example


Text Example

White with #CFC580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC580; }

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

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

background-color css

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

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

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

border-color css

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

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

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