#CA9090

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

Shades of Rosy Brown #CA9090

Tints of Rosy Brown #CA9090

Color information

#CA9090 (or 0xCA9090) is unknown color: approx Rosy Brown. HEX triplet: CA, 90 and 90. RGB value is (202,144,144). Sum of RGB (Red+Green+Blue) = 202+144+144=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 144 (56.64% from 255 or 29.39% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9090 is #356F6F. Grayscale: #A1A1A1. Windows color (decimal): -3501936 or 9474250. OLE color: 9474250.

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

Color convert

RGB202144144-
CMYK00.290.290.21
HSL35.37%67.84%-
HSV(B)28.71%79.22%-
XYZ39.3634.5230.97-
YUV161.34118.22157-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.22%
GREEN value IS 144 (56.64% from 255) = 29.39%
BLUE value IS 144 (56.64% from 255) = 29.39%
R=41.22%
G=29.39%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214414400.290.290.21035.3767.84
HexCA909001D1D1502344
Octal3122202200353525043104
Binary110010101001000010010000011101111011010101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9090; }

 p { color: rgb(202,144,144); }

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

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

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

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

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

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

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