#CAA494

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

Shades of Rose #CAA494

Tints of Rose #CAA494

Color information

#CAA494 (or 0xCAA494) is unknown color: approx Rose. HEX triplet: CA, A4 and 94. RGB value is (202,164,148). Sum of RGB (Red+Green+Blue) = 202+164+148=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 164 (64.45% from 255 or 31.91% from 514); Blue value is 148 (58.20% from 255 or 28.79% from 514); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA494 is #355B6B. Grayscale: #ADADAD. Windows color (decimal): -3496812 or 9741514. OLE color: 9741514.

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

Color convert

RGB202164148-
CMYK00.190.270.21
HSL17.78º33.75%68.63%-
HSV(B)17.78º26.73%79.22%-
XYZ42.9841.2533.71-
YUV173.54113.59148.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.30%
GREEN value IS 164 (64.45% from 255) = 31.91%
BLUE value IS 148 (58.20% from 255) = 28.79%
R=39.30%
G=31.91%
B=28.79%

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
Decimal20216414800.190.270.2117.7833.7568.63
HexCAA4940131B15122245
Octal31224422402333252242105
Binary1100101010100100100101000100111101110101100101000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA494; }

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

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

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

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

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

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

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

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