Html Css Color HEX #CBC180 Winter Hazel

📋 copy color: '#CBC180'

red 203 ◦ green 193 ◦ blue 128

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

Shades of Winter Hazel #CBC180

Tints of Winter Hazel #CBC180

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.83%

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

R = 38.74%
G = 36.83%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#CBC180 (or 0xCBC180) is known color: Winter Hazel. HEX triplet: CB, C1 and 80. RGB value is (203,193,128). Sum of RGB (Red+Green+Blue) = 203+193+128=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 193 (75.78% from 255 or 36.83% from 524); Blue value is 128 (50.39% from 255 or 24.43% from 524); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC180 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC180 is #343E7F. Grayscale: #BCBCBC. Windows color (decimal): -3423872 or 8438219. OLE color: 8438219.

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

Color convert

RGB 203 193 128 -
CMYK 0 0.05 0.37 0.20
HSL 52º 0.42% 0.65% -
HSV(B) 52º 0.37% 0.8% -
XYZ 47.59 52.39 28.03 -
YUV 188.58 93.81 138.29 -
System Red Green Blue C M Y K H S L
Decimal 203 193 128 0 0.05 0.37 0.20 52 0.42 0.65
Hex CB C1 80 0 5 25 14 34 2A 41
Octal 313 301 200 0 5 45 24 64 52 101
Binary 11001011 11000001 10000000 0 101 100101 10100 110100 101010 1000001

Color Harmonies of #CBC180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC180

Black with #CBC180

Text Example


Text Example

White with #CBC180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC180; }

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

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

background-color css

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

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

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

border-color css

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

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

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