#CAA293

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

Shades of Rose #CAA293

Tints of Rose #CAA293

Color information

#CAA293 (or 0xCAA293) is unknown color: approx Rose. HEX triplet: CA, A2 and 93. RGB value is (202,162,147). Sum of RGB (Red+Green+Blue) = 202+162+147=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 162 (63.67% from 255 or 31.70% from 511); Blue value is 147 (57.81% from 255 or 28.77% from 511); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA293 is #355D6C. Grayscale: #ACACAC. Windows color (decimal): -3497325 or 9675466. OLE color: 9675466.

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

Color convert

RGB202162147-
CMYK00.200.270.21
HSL16.36º34.16%68.43%-
HSV(B)16.36º27.23%79.22%-
XYZ42.5440.533.18-
YUV172.25113.75149.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.53%
GREEN value IS 162 (63.67% from 255) = 31.70%
BLUE value IS 147 (57.81% from 255) = 28.77%
R=39.53%
G=31.70%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216214700.200.270.2116.3634.1668.43
HexCAA2930141B15102244
Octal31224222302433252042104
Binary1100101010100010100100110101001101110101100001000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA293; }

 p { color: rgb(202,162,147); }

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

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

 a { background-color: rgb(202,162,147); }

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

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

 span { border-color: rgb(202,162,147); }

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