#CA9999

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

Shades of Rosy Brown #CA9999

Tints of Rosy Brown #CA9999

Color information

#CA9999 (or 0xCA9999) is unknown color: approx Rosy Brown. HEX triplet: CA, 99 and 99. RGB value is (202,153,153). Sum of RGB (Red+Green+Blue) = 202+153+153=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 153 (60.16% from 255 or 30.12% from 508); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9999 is #356666. Grayscale: #A7A7A7. Windows color (decimal): -3499623 or 10066378. OLE color: 10066378.

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

Color convert

RGB202153153-
CMYK00.240.240.21
HSL31.61%69.61%-
HSV(B)24.26%79.22%-
XYZ41.537.6435.21-
YUV167.65119.73152.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.76%
GREEN value IS 153 (60.16% from 255) = 30.12%
BLUE value IS 153 (60.16% from 255) = 30.12%
R=39.76%
G=30.12%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215315300.240.240.21031.6169.61
HexCA9999018181502046
Octal3122312310303025040106
Binary110010101001100110011001011000110001010101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9999; }

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

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

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

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

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

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

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

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