#CBB48E

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

Shades of Tan #CBB48E

Tints of Tan #CBB48E

Color information

#CBB48E (or 0xCBB48E) is unknown color: approx Tan. HEX triplet: CB, B4 and 8E. RGB value is (203,180,142). Sum of RGB (Red+Green+Blue) = 203+180+142=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 180 (70.70% from 255 or 34.29% from 525); Blue value is 142 (55.86% from 255 or 27.05% from 525); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB48E is #344B71. Grayscale: #B6B6B6. Windows color (decimal): -3427186 or 9352395. OLE color: 9352395.

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

Color convert

RGB203180142-
CMYK00.110.300.20
HSL37.38º36.97%67.65%-
HSV(B)37.38º30.05%79.61%-
XYZ45.8347.2932.3-
YUV182.54105.12142.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.67%
GREEN value IS 180 (70.70% from 255) = 34.29%
BLUE value IS 142 (55.86% from 255) = 27.05%
R=38.67%
G=34.29%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318014200.110.300.2037.3836.9767.65
HexCBB48E0B1E14252544
Octal31326421601336244545104
Binary1100101110110100100011100101111110101001001011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB48E; }

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

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

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

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

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

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

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

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