#CAA191

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

Shades of Rose #CAA191

Tints of Rose #CAA191

Color information

#CAA191 (or 0xCAA191) is unknown color: approx Rose. HEX triplet: CA, A1 and 91. RGB value is (202,161,145). Sum of RGB (Red+Green+Blue) = 202+161+145=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 161 (63.28% from 255 or 31.69% from 508); Blue value is 145 (57.03% from 255 or 28.54% from 508); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA191 is #355E6E. Grayscale: #ABABAB. Windows color (decimal): -3497583 or 9544138. OLE color: 9544138.

HSL color Cylindrical-coordinate representation of color #CAA191: hue angle of 16.84º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CAA191 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB202161145-
CMYK00.200.280.21
HSL16.84º34.97%68.04%-
HSV(B)16.84º28.22%79.22%-
XYZ42.2140.0932.3-
YUV171.43113.08149.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.76%
GREEN value IS 161 (63.28% from 255) = 31.69%
BLUE value IS 145 (57.03% from 255) = 28.54%
R=39.76%
G=31.69%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216114500.200.280.2116.8434.9768.04
HexCAA1910141C15112344
Octal31224122102434252143104
Binary1100101010100001100100010101001110010101100011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA191; }

 p { color: rgb(202,161,145); }

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

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

 a { background-color: rgb(202,161,145); }

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

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

 span { border-color: rgb(202,161,145); }

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