#CAA594

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

Shades of Rose #CAA594

Tints of Rose #CAA594

Color information

#CAA594 (or 0xCAA594) is unknown color: approx Rose. HEX triplet: CA, A5 and 94. RGB value is (202,165,148). Sum of RGB (Red+Green+Blue) = 202+165+148=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 165 (64.84% from 255 or 32.04% from 515); Blue value is 148 (58.20% from 255 or 28.74% from 515); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA594 is #355A6B. Grayscale: #AEAEAE. Windows color (decimal): -3496556 or 9741770. OLE color: 9741770.

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

Color convert

RGB202165148-
CMYK00.180.270.21
HSL18.89º33.75%68.63%-
HSV(B)18.89º26.73%79.22%-
XYZ43.1641.633.77-
YUV174.12113.26147.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.22%
GREEN value IS 165 (64.84% from 255) = 32.04%
BLUE value IS 148 (58.20% from 255) = 28.74%
R=39.22%
G=32.04%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216514800.180.270.2118.8933.7568.63
HexCAA5940121B15132245
Octal31224522402233252342105
Binary1100101010100101100101000100101101110101100111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA594; }

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

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

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

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

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

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

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

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