#CCB485

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

Shades of Tan #CCB485

Tints of Tan #CCB485

Color information

#CCB485 (or 0xCCB485) is unknown color: approx Tan. HEX triplet: CC, B4 and 85. RGB value is (204,180,133). Sum of RGB (Red+Green+Blue) = 204+180+133=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 180 (70.70% from 255 or 34.82% from 517); Blue value is 133 (52.34% from 255 or 25.73% from 517); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB485 is #334B7A. Grayscale: #B6B6B6. Windows color (decimal): -3361659 or 8762572. OLE color: 8762572.

HSL color Cylindrical-coordinate representation of color #CCB485: hue angle of 39.72º 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 #CCB485 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.2.

Color convert

RGB204180133-
CMYK00.120.350.2
HSL39.72º41.04%66.08%-
HSV(B)39.72º34.8%80%-
XYZ45.4647.1728.9-
YUV181.82100.45143.82-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.46%
GREEN value IS 180 (70.70% from 255) = 34.82%
BLUE value IS 133 (52.34% from 255) = 25.73%
R=39.46%
G=34.82%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418013300.120.350.239.7241.0466.08
HexCCB4850C2314282942
Octal31426420501443245051102
Binary11001100101101001000010101100100011101001010001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB485; }

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

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

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

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

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

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

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

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