#CCB18F

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

Shades of Tan #CCB18F

Tints of Tan #CCB18F

Color information

#CCB18F (or 0xCCB18F) is unknown color: approx Tan. HEX triplet: CC, B1 and 8F. RGB value is (204,177,143). Sum of RGB (Red+Green+Blue) = 204+177+143=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 177 (69.53% from 255 or 33.78% from 524); Blue value is 143 (56.25% from 255 or 27.29% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB18F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB18F is #334E70. Grayscale: #B5B5B5. Windows color (decimal): -3362417 or 9417164. OLE color: 9417164.

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

Color convert

RGB204177143-
CMYK00.130.300.2
HSL33.44º37.42%68.04%-
HSV(B)33.44º29.9%80%-
XYZ45.5846.2632.51-
YUV181.2106.45144.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.93%
GREEN value IS 177 (69.53% from 255) = 33.78%
BLUE value IS 143 (56.25% from 255) = 27.29%
R=38.93%
G=33.78%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417714300.130.300.233.4437.4268.04
HexCCB18F0D1E14212544
Octal31426121701536244145104
Binary1100110010110001100011110110111110101001000011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB18F; }

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

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

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

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

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

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

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

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