#CA9993

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

Shades of Rose #CA9993

Tints of Rose #CA9993

Color information

#CA9993 (or 0xCA9993) is unknown color: approx Rose. HEX triplet: CA, 99 and 93. RGB value is (202,153,147). Sum of RGB (Red+Green+Blue) = 202+153+147=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 147 (57.81% from 255 or 29.28% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9993 is #35666C. Grayscale: #A7A7A7. Windows color (decimal): -3499629 or 9673162. OLE color: 9673162.

HSL color Cylindrical-coordinate representation of color #CA9993: hue angle of 6.55º 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 #CA9993 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB202153147-
CMYK00.240.270.21
HSL6.55º34.16%68.43%-
HSV(B)6.55º27.23%79.22%-
XYZ41.0137.4532.67-
YUV166.97116.73152.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.24%
GREEN value IS 153 (60.16% from 255) = 30.48%
BLUE value IS 147 (57.81% from 255) = 29.28%
R=40.24%
G=30.48%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215314700.240.270.216.5534.1668.43
HexCA99930181B1572244
Octal3122312230303325742104
Binary11001010100110011001001101100011011101011111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9993; }

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

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

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

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

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

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

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

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