#CA9E94

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

Shades of Rose #CA9E94

Tints of Rose #CA9E94

Color information

#CA9E94 (or 0xCA9E94) is unknown color: approx Rose. HEX triplet: CA, 9E and 94. RGB value is (202,158,148). Sum of RGB (Red+Green+Blue) = 202+158+148=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 158 (62.11% from 255 or 31.10% from 508); Blue value is 148 (58.20% from 255 or 29.13% from 508); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9E94 is #35616B. Grayscale: #AAAAAA. Windows color (decimal): -3498348 or 9739978. OLE color: 9739978.

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

Color convert

RGB202158148-
CMYK00.220.270.21
HSL11.11º33.75%68.63%-
HSV(B)11.11º26.73%79.22%-
XYZ41.9339.1533.36-
YUV170.02115.58150.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.76%
GREEN value IS 158 (62.11% from 255) = 31.10%
BLUE value IS 148 (58.20% from 255) = 29.13%
R=39.76%
G=31.10%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215814800.220.270.2111.1133.7568.63
HexCA9E940161B15b2245
Octal31223622402633251342105
Binary110010101001111010010100010110110111010110111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9E94; }

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

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

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

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

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

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

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

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