#CAA294

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

Shades of Rose #CAA294

Tints of Rose #CAA294

Color information

#CAA294 (or 0xCAA294) is unknown color: approx Rose. HEX triplet: CA, A2 and 94. RGB value is (202,162,148). Sum of RGB (Red+Green+Blue) = 202+162+148=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 162 (63.67% from 255 or 31.64% from 512); Blue value is 148 (58.20% from 255 or 28.91% from 512); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA294 is #355D6B. Grayscale: #ACACAC. Windows color (decimal): -3497324 or 9741002. OLE color: 9741002.

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

Color convert

RGB202162148-
CMYK00.200.270.21
HSL15.56º33.75%68.63%-
HSV(B)15.56º26.73%79.22%-
XYZ42.6240.5433.59-
YUV172.36114.25149.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.45%
GREEN value IS 162 (63.67% from 255) = 31.64%
BLUE value IS 148 (58.20% from 255) = 28.91%
R=39.45%
G=31.64%
B=28.91%

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
Decimal20216214800.200.270.2115.5633.7568.63
HexCAA2940141B15102245
Octal31224222402433252042105
Binary1100101010100010100101000101001101110101100001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA294; }

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

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

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

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

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

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

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

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