#CAA493

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

Shades of Rose #CAA493

Tints of Rose #CAA493

Color information

#CAA493 (or 0xCAA493) is unknown color: approx Rose. HEX triplet: CA, A4 and 93. RGB value is (202,164,147). Sum of RGB (Red+Green+Blue) = 202+164+147=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 164 (64.45% from 255 or 31.97% from 513); Blue value is 147 (57.81% from 255 or 28.65% from 513); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA493 is #355B6C. Grayscale: #ADADAD. Windows color (decimal): -3496813 or 9675978. OLE color: 9675978.

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

Color convert

RGB202164147-
CMYK00.190.270.21
HSL18.55º34.16%68.43%-
HSV(B)18.55º27.23%79.22%-
XYZ42.941.2133.3-
YUV173.42113.09148.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.38%
GREEN value IS 164 (64.45% from 255) = 31.97%
BLUE value IS 147 (57.81% from 255) = 28.65%
R=39.38%
G=31.97%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216414700.190.270.2118.5534.1668.43
HexCAA4930131B15132244
Octal31224422302333252342104
Binary1100101010100100100100110100111101110101100111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA493; }

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

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

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

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

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

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

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

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