#CA9493

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

Shades of Rosy Brown #CA9493

Tints of Rosy Brown #CA9493

Color information

#CA9493 (or 0xCA9493) is unknown color: approx Rosy Brown. HEX triplet: CA, 94 and 93. RGB value is (202,148,147). Sum of RGB (Red+Green+Blue) = 202+148+147=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 147 (57.81% from 255 or 29.58% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9493 is #356B6C. Grayscale: #A4A4A4. Windows color (decimal): -3500909 or 9671882. OLE color: 9671882.

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

Color convert

RGB202148147-
CMYK00.270.270.21
HSL1.09º34.16%68.43%-
HSV(B)1.09º27.23%79.22%-
XYZ40.2135.8432.4-
YUV164.03118.39155.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.64%
GREEN value IS 148 (58.20% from 255) = 29.78%
BLUE value IS 147 (57.81% from 255) = 29.58%
R=40.64%
G=29.78%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214814700.270.270.211.0934.1668.43
HexCA949301B1B1512244
Octal3122242230333325142104
Binary110010101001010010010011011011110111010111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9493; }

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

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

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

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

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

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

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

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