#CBB282

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

Shades of Ecru #CBB282

Tints of Ecru #CBB282

Color information

#CBB282 (or 0xCBB282) is unknown color: approx Ecru. HEX triplet: CB, B2 and 82. RGB value is (203,178,130). Sum of RGB (Red+Green+Blue) = 203+178+130=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 178 (69.92% from 255 or 34.83% from 511); Blue value is 130 (51.17% from 255 or 25.44% from 511); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB282 is #344D7D. Grayscale: #B4B4B4. Windows color (decimal): -3427710 or 8565451. OLE color: 8565451.

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

Color convert

RGB203178130-
CMYK00.120.360.20
HSL39.45º41.24%65.29%-
HSV(B)39.45º35.96%79.61%-
XYZ44.5846.1527.68-
YUV18099.78144.4-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.73%
GREEN value IS 178 (69.92% from 255) = 34.83%
BLUE value IS 130 (51.17% from 255) = 25.44%
R=39.73%
G=34.83%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317813000.120.360.2039.4541.2465.29
HexCBB2820C2414272941
Octal31326220201444244751101
Binary11001011101100101000001001100100100101001001111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB282; }

 p { color: rgb(203,178,130); }

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

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

 a { background-color: rgb(203,178,130); }

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

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

 span { border-color: rgb(203,178,130); }

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