#CA9F94

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

Shades of Rose #CA9F94

Tints of Rose #CA9F94

Color information

#CA9F94 (or 0xCA9F94) is unknown color: approx Rose. HEX triplet: CA, 9F and 94. RGB value is (202,159,148). Sum of RGB (Red+Green+Blue) = 202+159+148=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 159 (62.5% from 255 or 31.24% from 509); Blue value is 148 (58.20% from 255 or 29.08% from 509); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9F94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9F94 is #35606B. Grayscale: #AAAAAA. Windows color (decimal): -3498092 or 9740234. OLE color: 9740234.

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

Color convert

RGB202159148-
CMYK00.210.270.21
HSL12.22º33.75%68.63%-
HSV(B)12.22º26.73%79.22%-
XYZ42.139.4933.42-
YUV170.6115.25150.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.69%
GREEN value IS 159 (62.5% from 255) = 31.24%
BLUE value IS 148 (58.20% from 255) = 29.08%
R=39.69%
G=31.24%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215914800.210.270.2112.2233.7568.63
HexCA9F940151B15c2245
Octal31223722402533251442105
Binary110010101001111110010100010101110111010111001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9F94; }

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

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

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

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

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

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

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

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