#CCB384

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

Shades of Tan #CCB384

Tints of Tan #CCB384

Color information

#CCB384 (or 0xCCB384) is unknown color: approx Tan. HEX triplet: CC, B3 and 84. RGB value is (204,179,132). Sum of RGB (Red+Green+Blue) = 204+179+132=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 179 (70.31% from 255 or 34.76% from 515); Blue value is 132 (51.95% from 255 or 25.63% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB384 is #334C7B. Grayscale: #B5B5B5. Windows color (decimal): -3361916 or 8696780. OLE color: 8696780.

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

Color convert

RGB204179132-
CMYK00.120.350.2
HSL39.17º41.38%65.88%-
HSV(B)39.17º35.29%80%-
XYZ45.1946.7428.47-
YUV181.12100.28144.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.61%
GREEN value IS 179 (70.31% from 255) = 34.76%
BLUE value IS 132 (51.95% from 255) = 25.63%
R=39.61%
G=34.76%
B=25.63%

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
Decimal20417913200.120.350.239.1741.3865.88
HexCCB3840C2314272942
Octal31426320401443244751102
Binary11001100101100111000010001100100011101001001111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB384; }

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

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

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

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

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

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

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

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