#C19695

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

Shades of Rosy Brown #C19695

Tints of Rosy Brown #C19695

Color information

#C19695 (or 0xC19695) is unknown color: approx Rosy Brown. HEX triplet: C1, 96 and 95. RGB value is (193,150,149). Sum of RGB (Red+Green+Blue) = 193+150+149=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 193 - color contains mainly: red. Hex color #C19695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19695 is #3E696A. Grayscale: #A2A2A2. Windows color (decimal): -4090219 or 9803457. OLE color: 9803457.

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

Color convert

RGB193150149-
CMYK00.220.230.24
HSL1.36º26.19%67.06%-
HSV(B)1.36º22.8%75.69%-
XYZ38.3235.3233.23-
YUV162.74120.25149.58-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.23%
GREEN value IS 150 (58.98% from 255) = 30.49%
BLUE value IS 149 (58.59% from 255) = 30.28%
R=39.23%
G=30.49%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315014900.220.230.241.3626.1967.06
HexC19695016171811a43
Octal3012262250262730132103
Binary11000001100101101001010101011010111110001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19695; }

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

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

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

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

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

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

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

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