#CCB491

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

Shades of Tan #CCB491

Tints of Tan #CCB491

Color information

#CCB491 (or 0xCCB491) is unknown color: approx Tan. HEX triplet: CC, B4 and 91. RGB value is (204,180,145). Sum of RGB (Red+Green+Blue) = 204+180+145=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 180 (70.70% from 255 or 34.03% from 529); Blue value is 145 (57.03% from 255 or 27.41% from 529); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB491 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB491 is #334B6E. Grayscale: #B7B7B7. Windows color (decimal): -3361647 or 9549004. OLE color: 9549004.

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

Color convert

RGB204180145-
CMYK00.120.290.2
HSL35.59º36.65%68.43%-
HSV(B)35.59º28.92%80%-
XYZ46.3347.5233.52-
YUV183.19106.45142.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.56%
GREEN value IS 180 (70.70% from 255) = 34.03%
BLUE value IS 145 (57.03% from 255) = 27.41%
R=38.56%
G=34.03%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418014500.120.290.235.5936.6568.43
HexCCB4910C1D14242544
Octal31426422101435244445104
Binary1100110010110100100100010110011101101001001001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB491; }

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

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

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

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

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

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

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

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