#CCB385

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

Shades of Tan #CCB385

Tints of Tan #CCB385

Color information

#CCB385 (or 0xCCB385) is unknown color: approx Tan. HEX triplet: CC, B3 and 85. RGB value is (204,179,133). Sum of RGB (Red+Green+Blue) = 204+179+133=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 179 (70.31% from 255 or 34.69% from 516); Blue value is 133 (52.34% from 255 or 25.78% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB385 is #334C7A. Grayscale: #B5B5B5. Windows color (decimal): -3361915 or 8762316. OLE color: 8762316.

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

Color convert

RGB204179133-
CMYK00.120.350.2
HSL38.87º41.04%66.08%-
HSV(B)38.87º34.8%80%-
XYZ45.2646.7728.83-
YUV181.23100.78144.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.53%
GREEN value IS 179 (70.31% from 255) = 34.69%
BLUE value IS 133 (52.34% from 255) = 25.78%
R=39.53%
G=34.69%
B=25.78%

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
Decimal20417913300.120.350.238.8741.0466.08
HexCCB3850C2314272942
Octal31426320501443244751102
Binary11001100101100111000010101100100011101001001111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB385; }

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

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

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

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

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

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

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

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