#CBB180

Color #CBB180 Ecru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ecru #CBB180

Tints of Ecru #CBB180

Color information

#CBB180 (or 0xCBB180) is unknown color: approx Ecru. HEX triplet: CB, B1 and 80. RGB value is (203,177,128). Sum of RGB (Red+Green+Blue) = 203+177+128=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 177 (69.53% from 255 or 34.84% from 508); Blue value is 128 (50.39% from 255 or 25.20% from 508); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB180 is #344E7F. Grayscale: #B3B3B3. Windows color (decimal): -3427968 or 8434123. OLE color: 8434123.

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

Color convert

RGB203177128-
CMYK00.130.370.20
HSL39.2º41.9%64.9%-
HSV(B)39.2º36.95%79.61%-
XYZ44.2545.726.91-
YUV179.1999.11144.98-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.96%
GREEN value IS 177 (69.53% from 255) = 34.84%
BLUE value IS 128 (50.39% from 255) = 25.20%
R=39.96%
G=34.84%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317712800.130.370.2039.241.964.9
HexCBB1800D2514272a41
Octal31326120001545244752101
Binary11001011101100011000000001101100101101001001111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB180; }

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

 H1.HeaderClassName
 {
   color: #CBB180;
 }
 .AnyTagClassName
 {
   color: #CBB180;
 }
</style>
background-color css

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

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

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

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

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

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