#CCA993

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

Shades of Cashmere #CCA993

Tints of Cashmere #CCA993

Color information

#CCA993 (or 0xCCA993) is unknown color: approx Cashmere. HEX triplet: CC, A9 and 93. RGB value is (204,169,147). Sum of RGB (Red+Green+Blue) = 204+169+147=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 169 (66.41% from 255 or 32.5% from 520); Blue value is 147 (57.81% from 255 or 28.27% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA993 is #33566C. Grayscale: #B1B1B1. Windows color (decimal): -3364461 or 9677260. OLE color: 9677260.

HSL color Cylindrical-coordinate representation of color #CCA993: hue angle of 23.16º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCA993 is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB204169147-
CMYK00.170.280.2
HSL23.16º35.85%68.82%-
HSV(B)23.16º27.94%80%-
XYZ44.3643.3233.63-
YUV176.96111.1147.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.23%
GREEN value IS 169 (66.41% from 255) = 32.5%
BLUE value IS 147 (57.81% from 255) = 28.27%
R=39.23%
G=32.5%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416914700.170.280.223.1635.8568.82
HexCCA9930111C14172445
Octal31425122302134242744105
Binary1100110010101001100100110100011110010100101111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA993; }

 p { color: rgb(204,169,147); }

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

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

 a { background-color: rgb(204,169,147); }

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

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

 span { border-color: rgb(204,169,147); }

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