#C19996

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

Shades of Rosy Brown #C19996

Tints of Rosy Brown #C19996

Color information

#C19996 (or 0xC19996) is unknown color: approx Rosy Brown. HEX triplet: C1, 99 and 96. RGB value is (193,153,150). Sum of RGB (Red+Green+Blue) = 193+153+150=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 153 (60.16% from 255 or 30.85% from 496); Blue value is 150 (58.98% from 255 or 30.24% from 496); Max value from RGB is 193 - color contains mainly: red. Hex color #C19996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19996 is #3E6669. Grayscale: #A4A4A4. Windows color (decimal): -4089450 or 9869761. OLE color: 9869761.

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

Color convert

RGB193153150-
CMYK00.210.220.24
HSL4.19º25.75%67.25%-
HSV(B)4.19º22.28%75.69%-
XYZ38.8936.3233.82-
YUV164.62119.75148.24-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.91%
GREEN value IS 153 (60.16% from 255) = 30.85%
BLUE value IS 150 (58.98% from 255) = 30.24%
R=38.91%
G=30.85%
B=30.24%

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
Decimal19315315000.210.220.244.1925.7567.25
HexC19996015161841a43
Octal3012312260252630432103
Binary1100000110011001100101100101011011011000100110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19996; }

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

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

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

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

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

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

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

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