#CA9A95

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

Shades of Rose #CA9A95

Tints of Rose #CA9A95

Color information

#CA9A95 (or 0xCA9A95) is unknown color: approx Rose. HEX triplet: CA, 9A and 95. RGB value is (202,154,149). Sum of RGB (Red+Green+Blue) = 202+154+149=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 154 (60.55% from 255 or 30.50% from 505); Blue value is 149 (58.59% from 255 or 29.50% from 505); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9A95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9A95 is #35656A. Grayscale: #A7A7A7. Windows color (decimal): -3499371 or 9804490. OLE color: 9804490.

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

Color convert

RGB202154149-
CMYK00.240.260.21
HSL5.66º33.33%68.82%-
HSV(B)5.66º26.24%79.22%-
XYZ41.3437.8433.56-
YUV167.78117.4152.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40%
GREEN value IS 154 (60.55% from 255) = 30.50%
BLUE value IS 149 (58.59% from 255) = 29.50%
R=40%
G=30.50%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215414900.240.260.215.6633.3368.82
HexCA9A950181A1562145
Octal3122322250303225641105
Binary11001010100110101001010101100011010101011101000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9A95; }

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

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

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

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

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

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

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

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