Html Css Color HEX #C988A4 Viola

📋 copy color: '#C988A4'

red 201 ◦ green 136 ◦ blue 164

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

Shades of Viola #C988A4

Tints of Viola #C988A4

RGB

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

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

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

R = 40.12%
G = 27.15%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#C988A4 (or 0xC988A4) is known color: Viola. HEX triplet: C9, 88 and A4. RGB value is (201,136,164). Sum of RGB (Red+Green+Blue) = 201+136+164=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 136 (53.52% from 255 or 27.15% from 501); Blue value is 164 (64.45% from 255 or 32.73% from 501); Max value from RGB is 201 - color contains mainly: red. Hex color #C988A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C988A4 is #36775B. Grayscale: #9E9E9E. Windows color (decimal): -3569500 or 10782921. OLE color: 10782921.

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

Color convert

RGB 201 136 164 -
CMYK 0 0.32 0.18 0.21
HSL 334.15º 0.38% 0.66% -
HSV(B) 334.15º 0.32% 0.79% -
XYZ 39.59 32.71 39.35 -
YUV 158.63 131.03 158.22 -
System Red Green Blue C M Y K H S L
Decimal 201 136 164 0 0.32 0.18 0.21 334.15 0.38 0.66
Hex C9 88 A4 0 20 12 15 14E 26 42
Octal 311 210 244 0 40 22 25 516 46 102
Binary 11001001 10001000 10100100 0 100000 10010 10101 101001110 100110 1000010

Color Harmonies of #C988A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C988A4

Black with #C988A4

Text Example


Text Example

White with #C988A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C988A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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