Html Css Color HEX #C290A5 Viola

📋 copy color: '#C290A5'

red 194 ◦ green 144 ◦ blue 165

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

Shades of Viola #C290A5

Tints of Viola #C290A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 32.8%

R = 38.57%
G = 28.63%
B = 32.8%

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

#C290A5 (or 0xC290A5) is known color: Viola. HEX triplet: C2, 90 and A5. RGB value is (194,144,165). Sum of RGB (Red+Green+Blue) = 194+144+165=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 144 (56.64% from 255 or 28.63% from 503); Blue value is 165 (64.84% from 255 or 32.80% from 503); Max value from RGB is 194 - color contains mainly: red. Hex color #C290A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C290A5 is #3D6F5A. Grayscale: #A1A1A1. Windows color (decimal): -4026203 or 10850498. OLE color: 10850498.

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

Color convert

RGB 194 144 165 -
CMYK 0 0.26 0.15 0.24
HSL 334.8º 0.29% 0.66% -
HSV(B) 334.8º 0.26% 0.76% -
XYZ 39.01 34.13 40.13 -
YUV 161.34 130.07 151.29 -
System Red Green Blue C M Y K H S L
Decimal 194 144 165 0 0.26 0.15 0.24 334.8 0.29 0.66
Hex C2 90 A5 0 1A F 18 14F 1D 42
Octal 302 220 245 0 32 17 30 517 35 102
Binary 11000010 10010000 10100101 0 11010 1111 11000 101001111 11101 1000010

Color Harmonies of #C290A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C290A5

Black with #C290A5

Text Example


Text Example

White with #C290A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C290A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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