#C19997

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

Shades of Rosy Brown #C19997

Tints of Rosy Brown #C19997

Color information

#C19997 (or 0xC19997) is unknown color: approx Rosy Brown. HEX triplet: C1, 99 and 97. RGB value is (193,153,151). Sum of RGB (Red+Green+Blue) = 193+153+151=497 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.83% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 151 (59.38% from 255 or 30.38% from 497); Max value from RGB is 193 - color contains mainly: red. Hex color #C19997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19997 is #3E6668. Grayscale: #A4A4A4. Windows color (decimal): -4089449 or 9935297. OLE color: 9935297.

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

Color convert

RGB193153151-
CMYK00.210.220.24
HSL2.86º25.3%67.45%-
HSV(B)2.86º21.76%75.69%-
XYZ38.9736.3534.24-
YUV164.73120.25148.16-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.83%
GREEN value IS 153 (60.16% from 255) = 30.78%
BLUE value IS 151 (59.38% from 255) = 30.38%
R=38.83%
G=30.78%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315315100.210.220.242.8625.367.45
HexC19997015161831943
Octal3012312270252630331103
Binary110000011001100110010111010101101101100011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19997; }

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

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

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

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

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

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

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

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