#CCBA90

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

Shades of Tan #CCBA90

Tints of Tan #CCBA90

Color information

#CCBA90 (or 0xCCBA90) is unknown color: approx Tan. HEX triplet: CC, BA and 90. RGB value is (204,186,144). Sum of RGB (Red+Green+Blue) = 204+186+144=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 144 (56.64% from 255 or 26.97% from 534); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBA90 is #33456F. Grayscale: #BABABA. Windows color (decimal): -3360112 or 9485004. OLE color: 9485004.

HSL color Cylindrical-coordinate representation of color #CCBA90: hue angle of 42º degrees, saturation: 0.37, 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 #CCBA90 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.2.

Color convert

RGB204186144-
CMYK00.090.290.2
HSL42º37.04%68.24%-
HSV(B)42º29.41%80%-
XYZ47.4949.9733.53-
YUV186.59103.96140.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.20%
GREEN value IS 186 (73.05% from 255) = 34.83%
BLUE value IS 144 (56.64% from 255) = 26.97%
R=38.20%
G=34.83%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418614400.090.290.24237.0468.24
HexCCBA90091D142a2544
Octal31427222001135245245104
Binary1100110010111010100100000100111101101001010101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBA90; }

 p { color: rgb(204,186,144); }

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

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

 a { background-color: rgb(204,186,144); }

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

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

 span { border-color: rgb(204,186,144); }

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