Html Css Color HEX #C096A0 Viola

📋 copy color: '#C096A0'

red 192 ◦ green 150 ◦ blue 160

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

Shades of Viola #C096A0

Tints of Viola #C096A0

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.88%

 BLUE value IS 160 (62.89% from 255) = 31.87%

R = 38.25%
G = 29.88%
B = 31.87%

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

#C096A0 (or 0xC096A0) is known color: Viola. HEX triplet: C0, 96 and A0. RGB value is (192,150,160). Sum of RGB (Red+Green+Blue) = 192+150+160=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 150 (58.98% from 255 or 29.88% from 502); Blue value is 160 (62.89% from 255 or 31.87% from 502); Max value from RGB is 192 - color contains mainly: red. Hex color #C096A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C096A0 is #3F695F. Grayscale: #A3A3A3. Windows color (decimal): -4155744 or 10524352. OLE color: 10524352.

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

Color convert

RGB 192 150 160 -
CMYK 0 0.22 0.17 0.25
HSL 345.71º 0.25% 0.67% -
HSV(B) 345.71º 0.22% 0.75% -
XYZ 38.99 35.56 38.07 -
YUV 163.7 125.91 148.19 -
System Red Green Blue C M Y K H S L
Decimal 192 150 160 0 0.22 0.17 0.25 345.71 0.25 0.67
Hex C0 96 A0 0 16 11 19 15A 19 43
Octal 300 226 240 0 26 21 31 532 31 103
Binary 11000000 10010110 10100000 0 10110 10001 11001 101011010 11001 1000011

Color Harmonies of #C096A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C096A0

Black with #C096A0

Text Example


Text Example

White with #C096A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C096A0; }

 p { color: rgb(192,150,160); }

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

background-color css

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

 a { background-color: rgb(192,150,160); }

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

border-color css

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

 span { border-color: rgb(192,150,160); }

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