Html Css Color HEX #C996AB Viola

📋 copy color: '#C996AB'

red 201 ◦ green 150 ◦ blue 171

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

Shades of Viola #C996AB

Tints of Viola #C996AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.76%

R = 38.51%
G = 28.74%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C996AB (or 0xC996AB) is known color: Viola. HEX triplet: C9, 96 and AB. RGB value is (201,150,171). Sum of RGB (Red+Green+Blue) = 201+150+171=522 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.51% from 522); Green value is 150 (58.98% from 255 or 28.74% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 201 - color contains mainly: red. Hex color #C996AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C996AB is #366954. Grayscale: #A7A7A7. Windows color (decimal): -3565909 or 11245257. OLE color: 11245257.

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

Color convert

RGB 201 150 171 -
CMYK 0 0.25 0.15 0.21
HSL 335.29º 0.32% 0.69% -
HSV(B) 335.29º 0.25% 0.79% -
XYZ 42.34 37.17 43.47 -
YUV 167.64 129.9 151.79 -
System Red Green Blue C M Y K H S L
Decimal 201 150 171 0 0.25 0.15 0.21 335.29 0.32 0.69
Hex C9 96 AB 0 19 F 15 14F 20 45
Octal 311 226 253 0 31 17 25 517 40 105
Binary 11001001 10010110 10101011 0 11001 1111 10101 101001111 100000 1000101

Color Harmonies of #C996AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C996AB

Black with #C996AB

Text Example


Text Example

White with #C996AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C996AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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