Html Css Color HEX #C991A5 Viola

📋 copy color: '#C991A5'

red 201 ◦ green 145 ◦ blue 165

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

Shades of Viola #C991A5

Tints of Viola #C991A5

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.38%

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

R = 39.33%
G = 28.38%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#C991A5 (or 0xC991A5) is known color: Viola. HEX triplet: C9, 91 and A5. RGB value is (201,145,165). Sum of RGB (Red+Green+Blue) = 201+145+165=511 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.33% from 511); Green value is 145 (57.03% from 255 or 28.38% from 511); Blue value is 165 (64.84% from 255 or 32.29% from 511); Max value from RGB is 201 - color contains mainly: red. Hex color #C991A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C991A5 is #366E5A. Grayscale: #A4A4A4. Windows color (decimal): -3567195 or 10850761. OLE color: 10850761.

HSL color Cylindrical-coordinate representation of color #C991A5: hue angle of 338.57º degrees, saturation: 0.34, 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 #C991A5 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 145 165 -
CMYK 0 0.28 0.18 0.21
HSL 338.57º 0.34% 0.68% -
HSV(B) 338.57º 0.28% 0.79% -
XYZ 41 35.38 40.27 -
YUV 164.02 128.55 154.37 -
System Red Green Blue C M Y K H S L
Decimal 201 145 165 0 0.28 0.18 0.21 338.57 0.34 0.68
Hex C9 91 A5 0 1C 12 15 153 22 44
Octal 311 221 245 0 34 22 25 523 42 104
Binary 11001001 10010001 10100101 0 11100 10010 10101 101010011 100010 1000100

Color Harmonies of #C991A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C991A5

Black with #C991A5

Text Example


Text Example

White with #C991A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C991A5; }

 p { color: rgb(201,145,165); }

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

background-color css

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

 a { background-color: rgb(201,145,165); }

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

border-color css

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

 span { border-color: rgb(201,145,165); }

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