Html Css Color HEX #C095A0 Viola

📋 copy color: '#C095A0'

red 192 ◦ green 149 ◦ blue 160

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

Shades of Viola #C095A0

Tints of Viola #C095A0

RGB

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

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

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

R = 38.32%
G = 29.74%
B = 31.94%

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

#C095A0 (or 0xC095A0) is known color: Viola. HEX triplet: C0, 95 and A0. RGB value is (192,149,160). Sum of RGB (Red+Green+Blue) = 192+149+160=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 149 (58.59% from 255 or 29.74% from 501); Blue value is 160 (62.89% from 255 or 31.94% from 501); Max value from RGB is 192 - color contains mainly: red. Hex color #C095A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C095A0 is #3F6A5F. Grayscale: #A3A3A3. Windows color (decimal): -4156000 or 10524096. OLE color: 10524096.

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

Color convert

RGB 192 149 160 -
CMYK 0 0.22 0.17 0.25
HSL 344.65º 0.25% 0.67% -
HSV(B) 344.65º 0.22% 0.75% -
XYZ 38.83 35.24 38.01 -
YUV 163.11 126.25 148.61 -
System Red Green Blue C M Y K H S L
Decimal 192 149 160 0 0.22 0.17 0.25 344.65 0.25 0.67
Hex C0 95 A0 0 16 11 19 159 19 43
Octal 300 225 240 0 26 21 31 531 31 103
Binary 11000000 10010101 10100000 0 10110 10001 11001 101011001 11001 1000011

Color Harmonies of #C095A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C095A0

Black with #C095A0

Text Example


Text Example

White with #C095A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C095A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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