#CCB288

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

Shades of Tan #CCB288

Tints of Tan #CCB288

Color information

#CCB288 (or 0xCCB288) is unknown color: approx Tan. HEX triplet: CC, B2 and 88. RGB value is (204,178,136). Sum of RGB (Red+Green+Blue) = 204+178+136=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 178 (69.92% from 255 or 34.36% from 518); Blue value is 136 (53.52% from 255 or 26.25% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB288 is #334D77. Grayscale: #B5B5B5. Windows color (decimal): -3362168 or 8958668. OLE color: 8958668.

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

Color convert

RGB204178136-
CMYK00.130.330.2
HSL37.06º40%66.67%-
HSV(B)37.06º33.33%80%-
XYZ45.2746.4629.87-
YUV180.99102.61144.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.38%
GREEN value IS 178 (69.92% from 255) = 34.36%
BLUE value IS 136 (53.52% from 255) = 26.25%
R=39.38%
G=34.36%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417813600.130.330.237.064066.67
HexCCB2880D2114252843
Octal31426221001541244550103
Binary11001100101100101000100001101100001101001001011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB288; }

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

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

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

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

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

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

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

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