Html Css Color HEX #C290A4 Viola

📋 copy color: '#C290A4'

red 194 ◦ green 144 ◦ blue 164

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

Shades of Viola #C290A4

Tints of Viola #C290A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 32.67%

R = 38.65%
G = 28.69%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C290A4 (or 0xC290A4) is known color: Viola. HEX triplet: C2, 90 and A4. RGB value is (194,144,164). Sum of RGB (Red+Green+Blue) = 194+144+164=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 164 (64.45% from 255 or 32.67% from 502); Max value from RGB is 194 - color contains mainly: red. Hex color #C290A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C290A4 is #3D6F5B. Grayscale: #A1A1A1. Windows color (decimal): -4026204 or 10784962. OLE color: 10784962.

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

Color convert

RGB 194 144 164 -
CMYK 0 0.26 0.15 0.24
HSL 336º 0.29% 0.66% -
HSV(B) 336º 0.26% 0.76% -
XYZ 38.92 34.1 39.65 -
YUV 161.23 129.57 151.37 -
System Red Green Blue C M Y K H S L
Decimal 194 144 164 0 0.26 0.15 0.24 336 0.29 0.66
Hex C2 90 A4 0 1A F 18 150 1D 42
Octal 302 220 244 0 32 17 30 520 35 102
Binary 11000010 10010000 10100100 0 11010 1111 11000 101010000 11101 1000010

Color Harmonies of #C290A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C290A4

Black with #C290A4

Text Example


Text Example

White with #C290A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C290A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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