#CCA892

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

Shades of Cashmere #CCA892

Tints of Cashmere #CCA892

Color information

#CCA892 (or 0xCCA892) is unknown color: approx Cashmere. HEX triplet: CC, A8 and 92. RGB value is (204,168,146). Sum of RGB (Red+Green+Blue) = 204+168+146=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 168 (66.02% from 255 or 32.43% from 518); Blue value is 146 (57.42% from 255 or 28.19% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA892 is #33576D. Grayscale: #B0B0B0. Windows color (decimal): -3364718 or 9611468. OLE color: 9611468.

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

Color convert

RGB204168146-
CMYK00.180.280.2
HSL22.76º36.25%68.63%-
HSV(B)22.76º28.43%80%-
XYZ44.0942.9233.15-
YUV176.26110.93147.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.38%
GREEN value IS 168 (66.02% from 255) = 32.43%
BLUE value IS 146 (57.42% from 255) = 28.19%
R=39.38%
G=32.43%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416814600.180.280.222.7636.2568.63
HexCCA8920121C14172445
Octal31425022202234242744105
Binary1100110010101000100100100100101110010100101111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA892; }

 p { color: rgb(204,168,146); }

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

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

 a { background-color: rgb(204,168,146); }

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

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

 span { border-color: rgb(204,168,146); }

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