Html Css Color HEX #C095A6 Viola

📋 copy color: '#C095A6'

red 192 ◦ green 149 ◦ blue 166

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

Shades of Viola #C095A6

Tints of Viola #C095A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 32.74%

R = 37.87%
G = 29.39%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#C095A6 (or 0xC095A6) is known color: Viola. HEX triplet: C0, 95 and A6. RGB value is (192,149,166). Sum of RGB (Red+Green+Blue) = 192+149+166=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 149 (58.59% from 255 or 29.39% from 507); Blue value is 166 (65.23% from 255 or 32.74% from 507); Max value from RGB is 192 - color contains mainly: red. Hex color #C095A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C095A6 is #3F6A59. Grayscale: #A3A3A3. Windows color (decimal): -4155994 or 10917312. OLE color: 10917312.

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

Color convert

RGB 192 149 166 -
CMYK 0 0.22 0.14 0.25
HSL 336.28º 0.25% 0.67% -
HSV(B) 336.28º 0.22% 0.75% -
XYZ 39.37 35.45 40.84 -
YUV 163.8 129.25 148.12 -
System Red Green Blue C M Y K H S L
Decimal 192 149 166 0 0.22 0.14 0.25 336.28 0.25 0.67
Hex C0 95 A6 0 16 E 19 150 19 43
Octal 300 225 246 0 26 16 31 520 31 103
Binary 11000000 10010101 10100110 0 10110 1110 11001 101010000 11001 1000011

Color Harmonies of #C095A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C095A6

Black with #C095A6

Text Example


Text Example

White with #C095A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C095A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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