Html Css Color HEX #C090A0 Viola

📋 copy color: '#C090A0'

red 192 ◦ green 144 ◦ blue 160

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

Shades of Viola #C090A0

Tints of Viola #C090A0

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.03%

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

R = 38.71%
G = 29.03%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#C090A0 (or 0xC090A0) is known color: Viola. HEX triplet: C0, 90 and A0. RGB value is (192,144,160). Sum of RGB (Red+Green+Blue) = 192+144+160=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 144 (56.64% from 255 or 29.03% from 496); Blue value is 160 (62.89% from 255 or 32.26% from 496); Max value from RGB is 192 - color contains mainly: red. Hex color #C090A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C090A0 is #3F6F5F. Grayscale: #A0A0A0. Windows color (decimal): -4157280 or 10522816. OLE color: 10522816.

HSL color Cylindrical-coordinate representation of color #C090A0: hue angle of 340º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C090A0 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 144 160 -
CMYK 0 0.25 0.17 0.25
HSL 340º 0.28% 0.66% -
HSV(B) 340º 0.25% 0.75% -
XYZ 38.06 33.69 37.75 -
YUV 160.18 127.9 150.7 -
System Red Green Blue C M Y K H S L
Decimal 192 144 160 0 0.25 0.17 0.25 340 0.28 0.66
Hex C0 90 A0 0 19 11 19 154 1C 42
Octal 300 220 240 0 31 21 31 524 34 102
Binary 11000000 10010000 10100000 0 11001 10001 11001 101010100 11100 1000010

Color Harmonies of #C090A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C090A0

Black with #C090A0

Text Example


Text Example

White with #C090A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C090A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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