#CDB288

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

Shades of Tan #CDB288

Tints of Tan #CDB288

Color information

#CDB288 (or 0xCDB288) is unknown color: approx Tan. HEX triplet: CD, B2 and 88. RGB value is (205,178,136). Sum of RGB (Red+Green+Blue) = 205+178+136=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 178 (69.92% from 255 or 34.30% from 519); Blue value is 136 (53.52% from 255 or 26.20% from 519); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB288 is #324D77. Grayscale: #B5B5B5. Windows color (decimal): -3296632 or 8958669. OLE color: 8958669.

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

Color convert

RGB205178136-
CMYK00.130.340.20
HSL36.52º40.83%66.86%-
HSV(B)36.52º33.66%80.39%-
XYZ45.5446.629.89-
YUV181.28102.45144.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.50%
GREEN value IS 178 (69.92% from 255) = 34.30%
BLUE value IS 136 (53.52% from 255) = 26.20%
R=39.50%
G=34.30%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517813600.130.340.2036.5240.8366.86
HexCDB2880D2214252943
Octal31526221001542244551103
Binary11001101101100101000100001101100010101001001011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB288; }

 p { color: rgb(205,178,136); }

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

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

 a { background-color: rgb(205,178,136); }

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

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

 span { border-color: rgb(205,178,136); }

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