#CAA094

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

Shades of Rose #CAA094

Tints of Rose #CAA094

Color information

#CAA094 (or 0xCAA094) is unknown color: approx Rose. HEX triplet: CA, A0 and 94. RGB value is (202,160,148). Sum of RGB (Red+Green+Blue) = 202+160+148=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 160 (62.89% from 255 or 31.37% from 510); Blue value is 148 (58.20% from 255 or 29.02% from 510); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA094 is #355F6B. Grayscale: #ABABAB. Windows color (decimal): -3497836 or 9740490. OLE color: 9740490.

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

Color convert

RGB202160148-
CMYK00.210.270.21
HSL13.33º33.75%68.63%-
HSV(B)13.33º26.73%79.22%-
XYZ42.2739.8433.48-
YUV171.19114.91149.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.61%
GREEN value IS 160 (62.89% from 255) = 31.37%
BLUE value IS 148 (58.20% from 255) = 29.02%
R=39.61%
G=31.37%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216014800.210.270.2113.3333.7568.63
HexCAA0940151B15d2245
Octal31224022402533251542105
Binary110010101010000010010100010101110111010111011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA094; }

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

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

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

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

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

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

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

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