Html Css Color HEX #C996A9 Viola

📋 copy color: '#C996A9'

red 201 ◦ green 150 ◦ blue 169

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

Shades of Viola #C996A9

Tints of Viola #C996A9

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.85%

 BLUE value IS 169 (66.41% from 255) = 32.5%

R = 38.65%
G = 28.85%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#C996A9 (or 0xC996A9) is known color: Viola. HEX triplet: C9, 96 and A9. RGB value is (201,150,169). Sum of RGB (Red+Green+Blue) = 201+150+169=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 150 (58.98% from 255 or 28.85% from 520); Blue value is 169 (66.41% from 255 or 32.5% from 520); Max value from RGB is 201 - color contains mainly: red. Hex color #C996A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C996A9 is #366956. Grayscale: #A7A7A7. Windows color (decimal): -3565911 or 11114185. OLE color: 11114185.

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

Color convert

RGB 201 150 169 -
CMYK 0 0.25 0.16 0.21
HSL 337.65º 0.32% 0.69% -
HSV(B) 337.65º 0.25% 0.79% -
XYZ 42.16 37.09 42.47 -
YUV 167.42 128.9 151.96 -
System Red Green Blue C M Y K H S L
Decimal 201 150 169 0 0.25 0.16 0.21 337.65 0.32 0.69
Hex C9 96 A9 0 19 10 15 152 20 45
Octal 311 226 251 0 31 20 25 522 40 105
Binary 11001001 10010110 10101001 0 11001 10000 10101 101010010 100000 1000101

Color Harmonies of #C996A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C996A9

Black with #C996A9

Text Example


Text Example

White with #C996A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C996A9; }

 p { color: rgb(201,150,169); }

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

background-color css

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

 a { background-color: rgb(201,150,169); }

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

border-color css

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

 span { border-color: rgb(201,150,169); }

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