#C19894

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

Shades of Rosy Brown #C19894

Tints of Rosy Brown #C19894

Color information

#C19894 (or 0xC19894) is unknown color: approx Rosy Brown. HEX triplet: C1, 98 and 94. RGB value is (193,152,148). Sum of RGB (Red+Green+Blue) = 193+152+148=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 193 - color contains mainly: red. Hex color #C19894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19894 is #3E676B. Grayscale: #A3A3A3. Windows color (decimal): -4089708 or 9738433. OLE color: 9738433.

HSL color Cylindrical-coordinate representation of color #C19894: hue angle of 5.33º degrees, saturation: 0.27, 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 #C19894 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB193152148-
CMYK00.210.230.24
HSL5.33º26.63%66.86%-
HSV(B)5.33º23.32%75.69%-
XYZ38.5735.9332.92-
YUV163.8119.08148.83-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.15%
GREEN value IS 152 (59.77% from 255) = 30.83%
BLUE value IS 148 (58.20% from 255) = 30.02%
R=39.15%
G=30.83%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315214800.210.230.245.3326.6366.86
HexC19894015171851b43
Octal3012302240252730533103
Binary1100000110011000100101000101011011111000101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19894; }

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

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

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

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

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

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

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

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