#C19595

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

Shades of Rosy Brown #C19595

Tints of Rosy Brown #C19595

Color information

#C19595 (or 0xC19595) is unknown color: approx Rosy Brown. HEX triplet: C1, 95 and 95. RGB value is (193,149,149). Sum of RGB (Red+Green+Blue) = 193+149+149=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 149 (58.59% from 255 or 30.35% from 491); Max value from RGB is 193 - color contains mainly: red. Hex color #C19595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19595 is #3E6A6A. Grayscale: #A2A2A2. Windows color (decimal): -4090475 or 9803201. OLE color: 9803201.

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

Color convert

RGB193149149-
CMYK00.230.230.24
HSL26.19%67.06%-
HSV(B)22.8%75.69%-
XYZ38.163533.18-
YUV162.16120.58150-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.31%
GREEN value IS 149 (58.59% from 255) = 30.35%
BLUE value IS 149 (58.59% from 255) = 30.35%
R=39.31%
G=30.35%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314914900.230.230.24026.1967.06
HexC19595017171801a43
Octal3012252250272730032103
Binary11000001100101011001010101011110111110000110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19595; }

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

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

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

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

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

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

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

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