#CAA394

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

Shades of Rose #CAA394

Tints of Rose #CAA394

Color information

#CAA394 (or 0xCAA394) is unknown color: approx Rose. HEX triplet: CA, A3 and 94. RGB value is (202,163,148). Sum of RGB (Red+Green+Blue) = 202+163+148=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 163 (64.06% from 255 or 31.77% from 513); Blue value is 148 (58.20% from 255 or 28.85% from 513); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA394 is #355C6B. Grayscale: #ADADAD. Windows color (decimal): -3497068 or 9741258. OLE color: 9741258.

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

Color convert

RGB202163148-
CMYK00.190.270.21
HSL16.67º33.75%68.63%-
HSV(B)16.67º26.73%79.22%-
XYZ42.840.8933.65-
YUV172.95113.92148.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.38%
GREEN value IS 163 (64.06% from 255) = 31.77%
BLUE value IS 148 (58.20% from 255) = 28.85%
R=39.38%
G=31.77%
B=28.85%

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
Decimal20216314800.190.270.2116.6733.7568.63
HexCAA3940131B15112245
Octal31224322402333252142105
Binary1100101010100011100101000100111101110101100011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA394; }

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

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

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

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

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

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

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

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