Html Css Color HEX #C095A7 Viola

📋 copy color: '#C095A7'

red 192 ◦ green 149 ◦ blue 167

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

Shades of Viola #C095A7

Tints of Viola #C095A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 32.87%

R = 37.8%
G = 29.33%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#C095A7 (or 0xC095A7) is known color: Viola. HEX triplet: C0, 95 and A7. RGB value is (192,149,167). Sum of RGB (Red+Green+Blue) = 192+149+167=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 149 (58.59% from 255 or 29.33% from 508); Blue value is 167 (65.62% from 255 or 32.87% from 508); Max value from RGB is 192 - color contains mainly: red. Hex color #C095A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C095A7 is #3F6A58. Grayscale: #A3A3A3. Windows color (decimal): -4155993 or 10982848. OLE color: 10982848.

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

Color convert

RGB 192 149 167 -
CMYK 0 0.22 0.13 0.25
HSL 334.88º 0.25% 0.67% -
HSV(B) 334.88º 0.22% 0.75% -
XYZ 39.46 35.49 41.33 -
YUV 163.91 129.75 148.04 -
System Red Green Blue C M Y K H S L
Decimal 192 149 167 0 0.22 0.13 0.25 334.88 0.25 0.67
Hex C0 95 A7 0 16 D 19 14F 19 43
Octal 300 225 247 0 26 15 31 517 31 103
Binary 11000000 10010101 10100111 0 10110 1101 11001 101001111 11001 1000011

Color Harmonies of #C095A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C095A7

Black with #C095A7

Text Example


Text Example

White with #C095A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C095A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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