#CA9392

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

Shades of Rosy Brown #CA9392

Tints of Rosy Brown #CA9392

Color information

#CA9392 (or 0xCA9392) is unknown color: approx Rosy Brown. HEX triplet: CA, 93 and 92. RGB value is (202,147,146). Sum of RGB (Red+Green+Blue) = 202+147+146=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 147 (57.81% from 255 or 29.70% from 495); Blue value is 146 (57.42% from 255 or 29.49% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9392 is #356C6D. Grayscale: #A3A3A3. Windows color (decimal): -3501166 or 9606090. OLE color: 9606090.

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

Color convert

RGB202147146-
CMYK00.270.280.21
HSL1.07º34.57%68.24%-
HSV(B)1.07º27.72%79.22%-
XYZ39.9835.531.94-
YUV163.33118.22155.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.81%
GREEN value IS 147 (57.81% from 255) = 29.70%
BLUE value IS 146 (57.42% from 255) = 29.49%
R=40.81%
G=29.70%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214714600.270.280.211.0734.5768.24
HexCA939201B1C1512344
Octal3122232220333425143104
Binary110010101001001110010010011011111001010111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9392; }

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

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

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

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

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

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

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

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