#CCB185

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

Shades of Tan #CCB185

Tints of Tan #CCB185

Color information

#CCB185 (or 0xCCB185) is unknown color: approx Tan. HEX triplet: CC, B1 and 85. RGB value is (204,177,133). Sum of RGB (Red+Green+Blue) = 204+177+133=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 177 (69.53% from 255 or 34.44% from 514); Blue value is 133 (52.34% from 255 or 25.88% from 514); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB185 is #334E7A. Grayscale: #B4B4B4. Windows color (decimal): -3362427 or 8761804. OLE color: 8761804.

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

Color convert

RGB204177133-
CMYK00.130.350.2
HSL37.18º41.04%66.08%-
HSV(B)37.18º34.8%80%-
XYZ44.8645.9828.7-
YUV180.06101.45145.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.69%
GREEN value IS 177 (69.53% from 255) = 34.44%
BLUE value IS 133 (52.34% from 255) = 25.88%
R=39.69%
G=34.44%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417713300.130.350.237.1841.0466.08
HexCCB1850D2314252942
Octal31426120501543244551102
Binary11001100101100011000010101101100011101001001011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB185; }

 p { color: rgb(204,177,133); }

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

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

 a { background-color: rgb(204,177,133); }

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

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

 span { border-color: rgb(204,177,133); }

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