Html Css Color HEX #C096A1 Viola

📋 copy color: '#C096A1'

red 192 ◦ green 150 ◦ blue 161

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

Shades of Viola #C096A1

Tints of Viola #C096A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 32.01%

R = 38.17%
G = 29.82%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#C096A1 (or 0xC096A1) is known color: Viola. HEX triplet: C0, 96 and A1. RGB value is (192,150,161). Sum of RGB (Red+Green+Blue) = 192+150+161=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 150 (58.98% from 255 or 29.82% from 503); Blue value is 161 (63.28% from 255 or 32.01% from 503); Max value from RGB is 192 - color contains mainly: red. Hex color #C096A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C096A1 is #3F695E. Grayscale: #A3A3A3. Windows color (decimal): -4155743 or 10589888. OLE color: 10589888.

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

Color convert

RGB 192 150 161 -
CMYK 0 0.22 0.16 0.25
HSL 344.29º 0.25% 0.67% -
HSV(B) 344.29º 0.22% 0.75% -
XYZ 39.08 35.59 38.53 -
YUV 163.81 126.41 148.11 -
System Red Green Blue C M Y K H S L
Decimal 192 150 161 0 0.22 0.16 0.25 344.29 0.25 0.67
Hex C0 96 A1 0 16 10 19 158 19 43
Octal 300 226 241 0 26 20 31 530 31 103
Binary 11000000 10010110 10100001 0 10110 10000 11001 101011000 11001 1000011

Color Harmonies of #C096A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C096A1

Black with #C096A1

Text Example


Text Example

White with #C096A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C096A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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