#C19995

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

Shades of Rosy Brown #C19995

Tints of Rosy Brown #C19995

Color information

#C19995 (or 0xC19995) is unknown color: approx Rosy Brown. HEX triplet: C1, 99 and 95. RGB value is (193,153,149). Sum of RGB (Red+Green+Blue) = 193+153+149=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 193 - color contains mainly: red. Hex color #C19995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19995 is #3E666A. Grayscale: #A4A4A4. Windows color (decimal): -4089451 or 9804225. OLE color: 9804225.

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

Color convert

RGB193153149-
CMYK00.210.230.24
HSL5.45º26.19%67.06%-
HSV(B)5.45º22.8%75.69%-
XYZ38.8136.2933.39-
YUV164.5119.25148.33-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.99%
GREEN value IS 153 (60.16% from 255) = 30.91%
BLUE value IS 149 (58.59% from 255) = 30.10%
R=38.99%
G=30.91%
B=30.10%

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
Decimal19315314900.210.230.245.4526.1967.06
HexC19995015171851a43
Octal3012312250252730532103
Binary1100000110011001100101010101011011111000101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19995; }

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

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

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

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

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

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

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

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