Html Css Color HEX #C0959F Viola

📋 copy color: '#C0959F'

red 192 ◦ green 149 ◦ blue 159

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

Shades of Viola #C0959F

Tints of Viola #C0959F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.8%

R = 38.4%
G = 29.8%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#C0959F (or 0xC0959F) is known color: Viola. HEX triplet: C0, 95 and 9F. RGB value is (192,149,159). Sum of RGB (Red+Green+Blue) = 192+149+159=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 149 (58.59% from 255 or 29.8% from 500); Blue value is 159 (62.5% from 255 or 31.8% from 500); Max value from RGB is 192 - color contains mainly: red. Hex color #C0959F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0959F is #3F6A60. Grayscale: #A3A3A3. Windows color (decimal): -4156001 or 10458560. OLE color: 10458560.

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

Color convert

RGB 192 149 159 -
CMYK 0 0.22 0.17 0.25
HSL 346.05º 0.25% 0.67% -
HSV(B) 346.05º 0.22% 0.75% -
XYZ 38.74 35.2 37.55 -
YUV 163 125.75 148.69 -
System Red Green Blue C M Y K H S L
Decimal 192 149 159 0 0.22 0.17 0.25 346.05 0.25 0.67
Hex C0 95 9F 0 16 11 19 15A 19 43
Octal 300 225 237 0 26 21 31 532 31 103
Binary 11000000 10010101 10011111 0 10110 10001 11001 101011010 11001 1000011

Color Harmonies of #C0959F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0959F

Black with #C0959F

Text Example


Text Example

White with #C0959F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0959F; }

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

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

background-color css

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

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

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

border-color css

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

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

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