#CAA093

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

Shades of Rose #CAA093

Tints of Rose #CAA093

Color information

#CAA093 (or 0xCAA093) is unknown color: approx Rose. HEX triplet: CA, A0 and 93. RGB value is (202,160,147). Sum of RGB (Red+Green+Blue) = 202+160+147=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 160 (62.89% from 255 or 31.43% from 509); Blue value is 147 (57.81% from 255 or 28.88% from 509); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA093 is #355F6C. Grayscale: #ABABAB. Windows color (decimal): -3497837 or 9674954. OLE color: 9674954.

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

Color convert

RGB202160147-
CMYK00.210.270.21
HSL14.18º34.16%68.43%-
HSV(B)14.18º27.23%79.22%-
XYZ42.1939.833.06-
YUV171.08114.41150.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.69%
GREEN value IS 160 (62.89% from 255) = 31.43%
BLUE value IS 147 (57.81% from 255) = 28.88%
R=39.69%
G=31.43%
B=28.88%

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
Decimal20216014700.210.270.2114.1834.1668.43
HexCAA0930151B15e2244
Octal31224022302533251642104
Binary110010101010000010010011010101110111010111101000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA093; }

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

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

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

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

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

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

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

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