#CCB48A

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

Shades of Tan #CCB48A

Tints of Tan #CCB48A

Color information

#CCB48A (or 0xCCB48A) is unknown color: approx Tan. HEX triplet: CC, B4 and 8A. RGB value is (204,180,138). Sum of RGB (Red+Green+Blue) = 204+180+138=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 180 (70.70% from 255 or 34.48% from 522); Blue value is 138 (54.30% from 255 or 26.44% from 522); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB48A is #334B75. Grayscale: #B6B6B6. Windows color (decimal): -3361654 or 9090252. OLE color: 9090252.

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

Color convert

RGB204180138-
CMYK00.120.320.2
HSL38.18º39.29%67.06%-
HSV(B)38.18º32.35%80%-
XYZ45.8147.3130.76-
YUV182.39102.95143.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.08%
GREEN value IS 180 (70.70% from 255) = 34.48%
BLUE value IS 138 (54.30% from 255) = 26.44%
R=39.08%
G=34.48%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418013800.120.320.238.1839.2967.06
HexCCB48A0C2014262743
Octal31426421201440244647103
Binary11001100101101001000101001100100000101001001101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB48A; }

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

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

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

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

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

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

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

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