#CBB490

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

Shades of Tan #CBB490

Tints of Tan #CBB490

Color information

#CBB490 (or 0xCBB490) is unknown color: approx Tan. HEX triplet: CB, B4 and 90. RGB value is (203,180,144). Sum of RGB (Red+Green+Blue) = 203+180+144=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 180 (70.70% from 255 or 34.16% from 527); Blue value is 144 (56.64% from 255 or 27.32% from 527); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB490 is #344B6F. Grayscale: #B6B6B6. Windows color (decimal): -3427184 or 9483467. OLE color: 9483467.

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

Color convert

RGB203180144-
CMYK00.110.290.20
HSL36.61º36.2%68.04%-
HSV(B)36.61º29.06%79.61%-
XYZ45.9847.3533.1-
YUV182.77106.12142.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.52%
GREEN value IS 180 (70.70% from 255) = 34.16%
BLUE value IS 144 (56.64% from 255) = 27.32%
R=38.52%
G=34.16%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318014400.110.290.2036.6136.268.04
HexCBB4900B1D14252444
Octal31326422001335244544104
Binary1100101110110100100100000101111101101001001011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB490; }

 p { color: rgb(203,180,144); }

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

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

 a { background-color: rgb(203,180,144); }

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

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

 span { border-color: rgb(203,180,144); }

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