#CA9C93

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

Shades of Rose #CA9C93

Tints of Rose #CA9C93

Color information

#CA9C93 (or 0xCA9C93) is unknown color: approx Rose. HEX triplet: CA, 9C and 93. RGB value is (202,156,147). Sum of RGB (Red+Green+Blue) = 202+156+147=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 156 (61.33% from 255 or 30.89% from 505); Blue value is 147 (57.81% from 255 or 29.11% from 505); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9C93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9C93 is #35636C. Grayscale: #A8A8A8. Windows color (decimal): -3498861 or 9673930. OLE color: 9673930.

HSL color Cylindrical-coordinate representation of color #CA9C93: hue angle of 9.82º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CA9C93 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB202156147-
CMYK00.230.270.21
HSL9.82º34.16%68.43%-
HSV(B)9.82º27.23%79.22%-
XYZ41.5138.4432.84-
YUV168.73115.74151.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40%
GREEN value IS 156 (61.33% from 255) = 30.89%
BLUE value IS 147 (57.81% from 255) = 29.11%
R=40%
G=30.89%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215614700.230.270.219.8234.1668.43
HexCA9C930171B15a2244
Octal31223422302733251242104
Binary110010101001110010010011010111110111010110101000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9C93; }

 p { color: rgb(202,156,147); }

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

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

 a { background-color: rgb(202,156,147); }

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

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

 span { border-color: rgb(202,156,147); }

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