Html Css Color HEX #CBC580 Winter Hazel

📋 copy color: '#CBC580'

red 203 ◦ green 197 ◦ blue 128

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

Shades of Winter Hazel #CBC580

Tints of Winter Hazel #CBC580

RGB

 RED value IS 203 (79.69% from 255) = 38.45%

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

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

R = 38.45%
G = 37.31%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#CBC580 (or 0xCBC580) is known color: Winter Hazel. HEX triplet: CB, C5 and 80. RGB value is (203,197,128). Sum of RGB (Red+Green+Blue) = 203+197+128=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 197 (77.34% from 255 or 37.31% from 528); Blue value is 128 (50.39% from 255 or 24.24% from 528); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC580 is #343A7F. Grayscale: #BFBFBF. Windows color (decimal): -3422848 or 8439243. OLE color: 8439243.

HSL color Cylindrical-coordinate representation of color #CBC580: hue angle of 55.2º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CBC580 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 197 128 -
CMYK 0 0.03 0.37 0.20
HSL 55.2º 0.42% 0.65% -
HSV(B) 55.2º 0.37% 0.8% -
XYZ 48.49 54.19 28.33 -
YUV 190.93 92.49 136.61 -
System Red Green Blue C M Y K H S L
Decimal 203 197 128 0 0.03 0.37 0.20 55.2 0.42 0.65
Hex CB C5 80 0 3 25 14 37 2A 41
Octal 313 305 200 0 3 45 24 67 52 101
Binary 11001011 11000101 10000000 0 11 100101 10100 110111 101010 1000001

Color Harmonies of #CBC580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC580

Black with #CBC580

Text Example


Text Example

White with #CBC580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC580; }

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

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

background-color css

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

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

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

border-color css

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

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

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