#C19491

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

Shades of Rosy Brown #C19491

Tints of Rosy Brown #C19491

Color information

#C19491 (or 0xC19491) is unknown color: approx Rosy Brown. HEX triplet: C1, 94 and 91. RGB value is (193,148,145). Sum of RGB (Red+Green+Blue) = 193+148+145=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 148 (58.20% from 255 or 30.45% from 486); Blue value is 145 (57.03% from 255 or 29.84% from 486); Max value from RGB is 193 - color contains mainly: red. Hex color #C19491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19491 is #3E6B6E. Grayscale: #A1A1A1. Windows color (decimal): -4090735 or 9540801. OLE color: 9540801.

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

Color convert

RGB193148145-
CMYK00.230.250.24
HSL3.75º27.91%66.27%-
HSV(B)3.75º24.87%75.69%-
XYZ37.6934.5631.47-
YUV161.11118.91150.74-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.71%
GREEN value IS 148 (58.20% from 255) = 30.45%
BLUE value IS 145 (57.03% from 255) = 29.84%
R=39.71%
G=30.45%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314814500.230.250.243.7527.9166.27
HexC19491017191841c42
Octal3012242210273130434102
Binary1100000110010100100100010101111100111000100111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19491; }

 p { color: rgb(193,148,145); }

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

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

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

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

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

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

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