#C19794

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

Shades of Rosy Brown #C19794

Tints of Rosy Brown #C19794

Color information

#C19794 (or 0xC19794) is unknown color: approx Rosy Brown. HEX triplet: C1, 97 and 94. RGB value is (193,151,148). Sum of RGB (Red+Green+Blue) = 193+151+148=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 151 (59.38% from 255 or 30.69% from 492); Blue value is 148 (58.20% from 255 or 30.08% from 492); Max value from RGB is 193 - color contains mainly: red. Hex color #C19794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19794 is #3E686B. Grayscale: #A3A3A3. Windows color (decimal): -4089964 or 9738177. OLE color: 9738177.

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

Color convert

RGB193151148-
CMYK00.220.230.24
HSL26.63%66.86%-
HSV(B)23.32%75.69%-
XYZ38.435.6132.87-
YUV163.22119.41149.24-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.23%
GREEN value IS 151 (59.38% from 255) = 30.69%
BLUE value IS 148 (58.20% from 255) = 30.08%
R=39.23%
G=30.69%
B=30.08%

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
Decimal19315114800.220.230.24426.6366.86
HexC19794016171841b43
Octal3012272240262730433103
Binary1100000110010111100101000101101011111000100110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19794; }

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

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

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

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

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

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

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

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