Html Css Color HEX #CBC280 Winter Hazel

📋 copy color: '#CBC280'

red 203 ◦ green 194 ◦ blue 128

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

Shades of Winter Hazel #CBC280

Tints of Winter Hazel #CBC280

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.95%

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

R = 38.67%
G = 36.95%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#CBC280 (or 0xCBC280) is known color: Winter Hazel. HEX triplet: CB, C2 and 80. RGB value is (203,194,128). Sum of RGB (Red+Green+Blue) = 203+194+128=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 128 (50.39% from 255 or 24.38% from 525); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC280 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC280 is #343D7F. Grayscale: #BDBDBD. Windows color (decimal): -3423616 or 8438475. OLE color: 8438475.

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

Color convert

RGB 203 194 128 -
CMYK 0 0.04 0.37 0.20
HSL 52.8º 0.42% 0.65% -
HSV(B) 52.8º 0.37% 0.8% -
XYZ 47.82 52.84 28.1 -
YUV 189.17 93.48 137.87 -
System Red Green Blue C M Y K H S L
Decimal 203 194 128 0 0.04 0.37 0.20 52.8 0.42 0.65
Hex CB C2 80 0 4 25 14 35 2A 41
Octal 313 302 200 0 4 45 24 65 52 101
Binary 11001011 11000010 10000000 0 100 100101 10100 110101 101010 1000001

Color Harmonies of #CBC280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC280

Black with #CBC280

Text Example


Text Example

White with #CBC280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC280; }

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

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

background-color css

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

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

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

border-color css

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

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

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