Html Css Color HEX #C988A1 Viola

📋 copy color: '#C988A1'

red 201 ◦ green 136 ◦ blue 161

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

Shades of Viola #C988A1

Tints of Viola #C988A1

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.31%

 BLUE value IS 161 (63.28% from 255) = 32.33%

R = 40.36%
G = 27.31%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#C988A1 (or 0xC988A1) is known color: Viola. HEX triplet: C9, 88 and A1. RGB value is (201,136,161). Sum of RGB (Red+Green+Blue) = 201+136+161=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 136 (53.52% from 255 or 27.31% from 498); Blue value is 161 (63.28% from 255 or 32.33% from 498); Max value from RGB is 201 - color contains mainly: red. Hex color #C988A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C988A1 is #36775E. Grayscale: #9E9E9E. Windows color (decimal): -3569503 or 10586313. OLE color: 10586313.

HSL color Cylindrical-coordinate representation of color #C988A1: hue angle of 336.92º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C988A1 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 136 161 -
CMYK 0 0.32 0.20 0.21
HSL 336.92º 0.38% 0.66% -
HSV(B) 336.92º 0.32% 0.79% -
XYZ 39.32 32.6 37.94 -
YUV 158.29 129.53 158.47 -
System Red Green Blue C M Y K H S L
Decimal 201 136 161 0 0.32 0.20 0.21 336.92 0.38 0.66
Hex C9 88 A1 0 20 14 15 151 26 42
Octal 311 210 241 0 40 24 25 521 46 102
Binary 11001001 10001000 10100001 0 100000 10100 10101 101010001 100110 1000010

Color Harmonies of #C988A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C988A1

Black with #C988A1

Text Example


Text Example

White with #C988A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C988A1; }

 p { color: rgb(201,136,161); }

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

background-color css

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

 a { background-color: rgb(201,136,161); }

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

border-color css

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

 span { border-color: rgb(201,136,161); }

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