Html Css Color HEX #C290A6 Viola

📋 copy color: '#C290A6'

red 194 ◦ green 144 ◦ blue 166

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

Shades of Viola #C290A6

Tints of Viola #C290A6

RGB

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

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

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

R = 38.49%
G = 28.57%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C290A6 (or 0xC290A6) is known color: Viola. HEX triplet: C2, 90 and A6. RGB value is (194,144,166). Sum of RGB (Red+Green+Blue) = 194+144+166=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 166 (65.23% from 255 or 32.94% from 504); Max value from RGB is 194 - color contains mainly: red. Hex color #C290A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C290A6 is #3D6F59. Grayscale: #A1A1A1. Windows color (decimal): -4026202 or 10916034. OLE color: 10916034.

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

Color convert

RGB 194 144 166 -
CMYK 0 0.26 0.14 0.24
HSL 333.6º 0.29% 0.66% -
HSV(B) 333.6º 0.26% 0.76% -
XYZ 39.1 34.17 40.61 -
YUV 161.46 130.57 151.21 -
System Red Green Blue C M Y K H S L
Decimal 194 144 166 0 0.26 0.14 0.24 333.6 0.29 0.66
Hex C2 90 A6 0 1A E 18 14E 1D 42
Octal 302 220 246 0 32 16 30 516 35 102
Binary 11000010 10010000 10100110 0 11010 1110 11000 101001110 11101 1000010

Color Harmonies of #C290A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C290A6

Black with #C290A6

Text Example


Text Example

White with #C290A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C290A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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