#CBAD88

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

Shades of Tan #CBAD88

Tints of Tan #CBAD88

Color information

#CBAD88 (or 0xCBAD88) is unknown color: approx Tan. HEX triplet: CB, AD and 88. RGB value is (203,173,136). Sum of RGB (Red+Green+Blue) = 203+173+136=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 136 (53.52% from 255 or 26.56% from 512); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAD88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAD88 is #345277. Grayscale: #B1B1B1. Windows color (decimal): -3428984 or 8957387. OLE color: 8957387.

HSL color Cylindrical-coordinate representation of color #CBAD88: hue angle of 33.13º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBAD88 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB203173136-
CMYK00.150.330.20
HSL33.13º39.18%66.47%-
HSV(B)33.13º33%79.61%-
XYZ44.0244.3629.54-
YUV177.75104.44146.01-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.65%
GREEN value IS 173 (67.97% from 255) = 33.79%
BLUE value IS 136 (53.52% from 255) = 26.56%
R=39.65%
G=33.79%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317313600.150.330.2033.1339.1866.47
HexCBAD880F2114212742
Octal31325521001741244147102
Binary11001011101011011000100001111100001101001000011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAD88; }

 p { color: rgb(203,173,136); }

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

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

 a { background-color: rgb(203,173,136); }

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

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

 span { border-color: rgb(203,173,136); }

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