#C19999

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

Shades of Rosy Brown #C19999

Tints of Rosy Brown #C19999

Color information

#C19999 (or 0xC19999) is unknown color: approx Rosy Brown. HEX triplet: C1, 99 and 99. RGB value is (193,153,153). Sum of RGB (Red+Green+Blue) = 193+153+153=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 153 (60.16% from 255 or 30.66% from 499); Blue value is 153 (60.16% from 255 or 30.66% from 499); Max value from RGB is 193 - color contains mainly: red. Hex color #C19999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19999 is #3E6666. Grayscale: #A5A5A5. Windows color (decimal): -4089447 or 10066369. OLE color: 10066369.

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

Color convert

RGB193153153-
CMYK00.210.210.24
HSL24.39%67.84%-
HSV(B)20.73%75.69%-
XYZ39.1336.4235.1-
YUV164.96121.25148-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.68%
GREEN value IS 153 (60.16% from 255) = 30.66%
BLUE value IS 153 (60.16% from 255) = 30.66%
R=38.68%
G=30.66%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315315300.210.210.24024.3967.84
HexC19999015151801844
Octal3012312310252530030104
Binary11000001100110011001100101010110101110000110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19999; }

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

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

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

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

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

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

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

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