Html Css Color HEX #C0959D Viola

📋 copy color: '#C0959D'

red 192 ◦ green 149 ◦ blue 157

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

Shades of Viola #C0959D

Tints of Viola #C0959D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.92%

 BLUE value IS 157 (61.72% from 255) = 31.53%

R = 38.55%
G = 29.92%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C0959D (or 0xC0959D) is known color: Viola. HEX triplet: C0, 95 and 9D. RGB value is (192,149,157). Sum of RGB (Red+Green+Blue) = 192+149+157=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 149 (58.59% from 255 or 29.92% from 498); Blue value is 157 (61.72% from 255 or 31.53% from 498); Max value from RGB is 192 - color contains mainly: red. Hex color #C0959D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0959D is #3F6A62. Grayscale: #A2A2A2. Windows color (decimal): -4156003 or 10327488. OLE color: 10327488.

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

Color convert

RGB 192 149 157 -
CMYK 0 0.22 0.18 0.25
HSL 348.84º 0.25% 0.67% -
HSV(B) 348.84º 0.22% 0.75% -
XYZ 38.57 35.14 36.65 -
YUV 162.77 124.75 148.85 -
System Red Green Blue C M Y K H S L
Decimal 192 149 157 0 0.22 0.18 0.25 348.84 0.25 0.67
Hex C0 95 9D 0 16 12 19 15D 19 43
Octal 300 225 235 0 26 22 31 535 31 103
Binary 11000000 10010101 10011101 0 10110 10010 11001 101011101 11001 1000011

Color Harmonies of #C0959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0959D

Black with #C0959D

Text Example


Text Example

White with #C0959D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0959D; }

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

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

background-color css

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

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

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

border-color css

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

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

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