Html Css Color HEX #C290A0 Viola

📋 copy color: '#C290A0'

red 194 ◦ green 144 ◦ blue 160

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

Shades of Viola #C290A0

Tints of Viola #C290A0

RGB

 RED value IS 194 (76.17% from 255) = 38.96%

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

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

R = 38.96%
G = 28.92%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C290A0 (or 0xC290A0) is known color: Viola. HEX triplet: C2, 90 and A0. RGB value is (194,144,160). Sum of RGB (Red+Green+Blue) = 194+144+160=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 144 (56.64% from 255 or 28.92% from 498); Blue value is 160 (62.89% from 255 or 32.13% from 498); Max value from RGB is 194 - color contains mainly: red. Hex color #C290A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C290A0 is #3D6F5F. Grayscale: #A0A0A0. Windows color (decimal): -4026208 or 10522818. OLE color: 10522818.

HSL color Cylindrical-coordinate representation of color #C290A0: hue angle of 340.8º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C290A0 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 144 160 -
CMYK 0 0.26 0.18 0.24
HSL 340.8º 0.29% 0.66% -
HSV(B) 340.8º 0.26% 0.76% -
XYZ 38.57 33.95 37.78 -
YUV 160.77 127.57 151.7 -
System Red Green Blue C M Y K H S L
Decimal 194 144 160 0 0.26 0.18 0.24 340.8 0.29 0.66
Hex C2 90 A0 0 1A 12 18 155 1D 42
Octal 302 220 240 0 32 22 30 525 35 102
Binary 11000010 10010000 10100000 0 11010 10010 11000 101010101 11101 1000010

Color Harmonies of #C290A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C290A0

Black with #C290A0

Text Example


Text Example

White with #C290A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C290A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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