#C19692

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

Shades of Rosy Brown #C19692

Tints of Rosy Brown #C19692

Color information

#C19692 (or 0xC19692) is unknown color: approx Rosy Brown. HEX triplet: C1, 96 and 92. RGB value is (193,150,146). Sum of RGB (Red+Green+Blue) = 193+150+146=489 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.47% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 146 (57.42% from 255 or 29.86% from 489); Max value from RGB is 193 - color contains mainly: red. Hex color #C19692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19692 is #3E696D. Grayscale: #A2A2A2. Windows color (decimal): -4090222 or 9606849. OLE color: 9606849.

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

Color convert

RGB193150146-
CMYK00.220.240.24
HSL5.11º27.49%66.47%-
HSV(B)5.11º24.35%75.69%-
XYZ38.0935.2331.99-
YUV162.4118.75149.83-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.47%
GREEN value IS 150 (58.98% from 255) = 30.67%
BLUE value IS 146 (57.42% from 255) = 29.86%
R=39.47%
G=30.67%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315014600.220.240.245.1127.4966.47
HexC19692016181851b42
Octal3012262220263030533102
Binary1100000110010110100100100101101100011000101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19692; }

 p { color: rgb(193,150,146); }

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

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

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

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

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

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

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