Html Css Color HEX #C990A2 Viola

📋 copy color: '#C990A2'

red 201 ◦ green 144 ◦ blue 162

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

Shades of Viola #C990A2

Tints of Viola #C990A2

RGB

 RED value IS 201 (78.91% from 255) = 39.64%

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

 BLUE value IS 162 (63.67% from 255) = 31.95%

R = 39.64%
G = 28.4%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.19

 K value IS 0.21

RGB Variations

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

Color information

#C990A2 (or 0xC990A2) is known color: Viola. HEX triplet: C9, 90 and A2. RGB value is (201,144,162). Sum of RGB (Red+Green+Blue) = 201+144+162=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 144 (56.64% from 255 or 28.40% from 507); Blue value is 162 (63.67% from 255 or 31.95% from 507); Max value from RGB is 201 - color contains mainly: red. Hex color #C990A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C990A2 is #366F5D. Grayscale: #A3A3A3. Windows color (decimal): -3567454 or 10653897. OLE color: 10653897.

HSL color Cylindrical-coordinate representation of color #C990A2: hue angle of 341.05º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C990A2 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 144 162 -
CMYK 0 0.28 0.19 0.21
HSL 341.05º 0.35% 0.68% -
HSV(B) 341.05º 0.28% 0.79% -
XYZ 40.58 34.97 38.79 -
YUV 163.1 127.38 155.04 -
System Red Green Blue C M Y K H S L
Decimal 201 144 162 0 0.28 0.19 0.21 341.05 0.35 0.68
Hex C9 90 A2 0 1C 13 15 155 23 44
Octal 311 220 242 0 34 23 25 525 43 104
Binary 11001001 10010000 10100010 0 11100 10011 10101 101010101 100011 1000100

Color Harmonies of #C990A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C990A2

Black with #C990A2

Text Example


Text Example

White with #C990A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C990A2; }

 p { color: rgb(201,144,162); }

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

background-color css

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

 a { background-color: rgb(201,144,162); }

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

border-color css

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

 span { border-color: rgb(201,144,162); }

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