#CA9A94

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

Shades of Rose #CA9A94

Tints of Rose #CA9A94

Color information

#CA9A94 (or 0xCA9A94) is unknown color: approx Rose. HEX triplet: CA, 9A and 94. RGB value is (202,154,148). Sum of RGB (Red+Green+Blue) = 202+154+148=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 154 (60.55% from 255 or 30.56% from 504); Blue value is 148 (58.20% from 255 or 29.37% from 504); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9A94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9A94 is #35656B. Grayscale: #A7A7A7. Windows color (decimal): -3499372 or 9738954. OLE color: 9738954.

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

Color convert

RGB202154148-
CMYK00.240.270.21
HSL6.67º33.75%68.63%-
HSV(B)6.67º26.73%79.22%-
XYZ41.2637.8133.14-
YUV167.67116.9152.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.08%
GREEN value IS 154 (60.55% from 255) = 30.56%
BLUE value IS 148 (58.20% from 255) = 29.37%
R=40.08%
G=30.56%
B=29.37%

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
Decimal20215414800.240.270.216.6733.7568.63
HexCA9A940181B1572245
Octal3122322240303325742105
Binary11001010100110101001010001100011011101011111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9A94; }

 p { color: rgb(202,154,148); }

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

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

 a { background-color: rgb(202,154,148); }

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

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

 span { border-color: rgb(202,154,148); }

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