#CAA591

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

Shades of Rose #CAA591

Tints of Rose #CAA591

Color information

#CAA591 (or 0xCAA591) is unknown color: approx Rose. HEX triplet: CA, A5 and 91. RGB value is (202,165,145). Sum of RGB (Red+Green+Blue) = 202+165+145=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 165 (64.84% from 255 or 32.23% from 512); Blue value is 145 (57.03% from 255 or 28.32% from 512); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA591 is #355A6E. Grayscale: #ADADAD. Windows color (decimal): -3496559 or 9545162. OLE color: 9545162.

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

Color convert

RGB202165145-
CMYK00.180.280.21
HSL21.05º34.97%68.04%-
HSV(B)21.05º28.22%79.22%-
XYZ42.9241.5132.54-
YUV173.78111.76148.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.45%
GREEN value IS 165 (64.84% from 255) = 32.23%
BLUE value IS 145 (57.03% from 255) = 28.32%
R=39.45%
G=32.23%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216514500.180.280.2121.0534.9768.04
HexCAA5910121C15152344
Octal31224522102234252543104
Binary1100101010100101100100010100101110010101101011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA591; }

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

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

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

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

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

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

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

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