#CCB487

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

Shades of Tan #CCB487

Tints of Tan #CCB487

Color information

#CCB487 (or 0xCCB487) is unknown color: approx Tan. HEX triplet: CC, B4 and 87. RGB value is (204,180,135). Sum of RGB (Red+Green+Blue) = 204+180+135=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 135 (53.12% from 255 or 26.01% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB487 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB487 is #334B78. Grayscale: #B6B6B6. Windows color (decimal): -3361657 or 8893644. OLE color: 8893644.

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

Color convert

RGB204180135-
CMYK00.120.340.2
HSL39.13º40.35%66.47%-
HSV(B)39.13º33.82%80%-
XYZ45.647.2329.63-
YUV182.05101.45143.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.31%
GREEN value IS 180 (70.70% from 255) = 34.68%
BLUE value IS 135 (53.12% from 255) = 26.01%
R=39.31%
G=34.68%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418013500.120.340.239.1340.3566.47
HexCCB4870C2214272842
Octal31426420701442244750102
Binary11001100101101001000011101100100010101001001111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB487; }

 p { color: rgb(204,180,135); }

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

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

 a { background-color: rgb(204,180,135); }

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

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

 span { border-color: rgb(204,180,135); }

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