#CCB48F

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

Shades of Tan #CCB48F

Tints of Tan #CCB48F

Color information

#CCB48F (or 0xCCB48F) is unknown color: approx Tan. HEX triplet: CC, B4 and 8F. RGB value is (204,180,143). Sum of RGB (Red+Green+Blue) = 204+180+143=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 180 (70.70% from 255 or 34.16% from 527); Blue value is 143 (56.25% from 255 or 27.13% from 527); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB48F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB48F is #334B70. Grayscale: #B7B7B7. Windows color (decimal): -3361649 or 9417932. OLE color: 9417932.

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

Color convert

RGB204180143-
CMYK00.120.300.2
HSL36.39º37.42%68.04%-
HSV(B)36.39º29.9%80%-
XYZ46.1847.4632.71-
YUV182.96105.45143.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.71%
GREEN value IS 180 (70.70% from 255) = 34.16%
BLUE value IS 143 (56.25% from 255) = 27.13%
R=38.71%
G=34.16%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418014300.120.300.236.3937.4268.04
HexCCB48F0C1E14242544
Octal31426421701436244445104
Binary1100110010110100100011110110011110101001001001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB48F; }

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

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

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

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

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

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

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

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