Html Css Color HEX #C09095 Viola

📋 copy color: '#C09095'

red 192 ◦ green 144 ◦ blue 149

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

Shades of Viola #C09095

Tints of Viola #C09095

RGB

 RED value IS 192 (75.39% from 255) = 39.59%

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

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

R = 39.59%
G = 29.69%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C09095 (or 0xC09095) is known color: Viola. HEX triplet: C0, 90 and 95. RGB value is (192,144,149). Sum of RGB (Red+Green+Blue) = 192+144+149=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 192 - color contains mainly: red. Hex color #C09095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09095 is #3F6F6A. Grayscale: #9E9E9E. Windows color (decimal): -4157291 or 9801920. OLE color: 9801920.

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

Color convert

RGB 192 144 149 -
CMYK 0 0.25 0.22 0.25
HSL 353.75º 0.28% 0.66% -
HSV(B) 353.75º 0.25% 0.75% -
XYZ 37.14 33.32 32.91 -
YUV 158.92 122.4 151.59 -
System Red Green Blue C M Y K H S L
Decimal 192 144 149 0 0.25 0.22 0.25 353.75 0.28 0.66
Hex C0 90 95 0 19 16 19 162 1C 42
Octal 300 220 225 0 31 26 31 542 34 102
Binary 11000000 10010000 10010101 0 11001 10110 11001 101100010 11100 1000010

Color Harmonies of #C09095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09095

Black with #C09095

Text Example


Text Example

White with #C09095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09095; }

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

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

background-color css

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

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

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

border-color css

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

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

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