#CA9B94

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

Shades of Rose #CA9B94

Tints of Rose #CA9B94

Color information

#CA9B94 (or 0xCA9B94) is unknown color: approx Rose. HEX triplet: CA, 9B and 94. RGB value is (202,155,148). Sum of RGB (Red+Green+Blue) = 202+155+148=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 155 (60.94% from 255 or 30.69% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9B94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9B94 is #35646B. Grayscale: #A8A8A8. Windows color (decimal): -3499116 or 9739210. OLE color: 9739210.

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

Color convert

RGB202155148-
CMYK00.230.270.21
HSL7.78º33.75%68.63%-
HSV(B)7.78º26.73%79.22%-
XYZ41.4238.1433.19-
YUV168.26116.57152.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40%
GREEN value IS 155 (60.94% from 255) = 30.69%
BLUE value IS 148 (58.20% from 255) = 29.31%
R=40%
G=30.69%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215514800.230.270.217.7833.7568.63
HexCA9B940171B1582245
Octal31223322402733251042105
Binary110010101001101110010100010111110111010110001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9B94; }

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

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

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

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

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

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

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

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