Html Css Color HEX #C19095 Viola

📋 copy color: '#C19095'

red 193 ◦ green 144 ◦ blue 149

#C19095
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viola #C19095

Tints of Viola #C19095

RGB

 RED value IS 193 (75.78% from 255) = 39.71%

 GREEN value IS 144 (56.64% from 255) = 29.63%

 BLUE value IS 149 (58.59% from 255) = 30.66%

R = 39.71%
G = 29.63%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C19095 (or 0xC19095) is known color: Viola. HEX triplet: C1, 90 and 95. RGB value is (193,144,149). Sum of RGB (Red+Green+Blue) = 193+144+149=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 144 (56.64% from 255 or 29.63% from 486); Blue value is 149 (58.59% from 255 or 30.66% from 486); Max value from RGB is 193 - color contains mainly: red. Hex color #C19095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19095 is #3E6F6A. Grayscale: #9F9F9F. Windows color (decimal): -4091755 or 9801921. OLE color: 9801921.

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

Color convert

RGB 193 144 149 -
CMYK 0 0.25 0.23 0.24
HSL 353.88º 0.28% 0.66% -
HSV(B) 353.88º 0.25% 0.76% -
XYZ 37.39 33.45 32.92 -
YUV 159.22 122.23 152.09 -
System Red Green Blue C M Y K H S L
Decimal 193 144 149 0 0.25 0.23 0.24 353.88 0.28 0.66
Hex C1 90 95 0 19 17 18 162 1C 42
Octal 301 220 225 0 31 27 30 542 34 102
Binary 11000001 10010000 10010101 0 11001 10111 11000 101100010 11100 1000010

Color Harmonies of #C19095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19095

Black with #C19095

Text Example


Text Example

White with #C19095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19095; }

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

 H1.HeaderClassName
 {
   color: #C19095;
 }
 .AnyTagClassName
 {
   color: #C19095;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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