#CAA592

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

Shades of Rose #CAA592

Tints of Rose #CAA592

Color information

#CAA592 (or 0xCAA592) is unknown color: approx Rose. HEX triplet: CA, A5 and 92. RGB value is (202,165,146). Sum of RGB (Red+Green+Blue) = 202+165+146=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 165 (64.84% from 255 or 32.16% from 513); Blue value is 146 (57.42% from 255 or 28.46% from 513); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA592 is #355A6D. Grayscale: #AEAEAE. Windows color (decimal): -3496558 or 9610698. OLE color: 9610698.

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

Color convert

RGB202165146-
CMYK00.180.280.21
HSL20.36º34.57%68.24%-
HSV(B)20.36º27.72%79.22%-
XYZ4341.5432.95-
YUV173.9112.26148.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.38%
GREEN value IS 165 (64.84% from 255) = 32.16%
BLUE value IS 146 (57.42% from 255) = 28.46%
R=39.38%
G=32.16%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216514600.180.280.2120.3634.5768.24
HexCAA5920121C15142344
Octal31224522202234252443104
Binary1100101010100101100100100100101110010101101001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA592; }

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

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

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

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

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

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

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

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