#CAA091

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

Shades of Rose #CAA091

Tints of Rose #CAA091

Color information

#CAA091 (or 0xCAA091) is unknown color: approx Rose. HEX triplet: CA, A0 and 91. RGB value is (202,160,145). Sum of RGB (Red+Green+Blue) = 202+160+145=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 160 (62.89% from 255 or 31.56% from 507); Blue value is 145 (57.03% from 255 or 28.60% from 507); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA091 is #355F6E. Grayscale: #AAAAAA. Windows color (decimal): -3497839 or 9543882. OLE color: 9543882.

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

Color convert

RGB202160145-
CMYK00.210.280.21
HSL15.79º34.97%68.04%-
HSV(B)15.79º28.22%79.22%-
XYZ42.0439.7432.24-
YUV170.85113.41150.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.84%
GREEN value IS 160 (62.89% from 255) = 31.56%
BLUE value IS 145 (57.03% from 255) = 28.60%
R=39.84%
G=31.56%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216014500.210.280.2115.7934.9768.04
HexCAA0910151C15102344
Octal31224022102534252043104
Binary1100101010100000100100010101011110010101100001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA091; }

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

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

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

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

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

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

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

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