Html Css Color HEX #C996A3 Viola

📋 copy color: '#C996A3'

red 201 ◦ green 150 ◦ blue 163

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

Shades of Viola #C996A3

Tints of Viola #C996A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 31.71%

R = 39.11%
G = 29.18%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.21

RGB Variations

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

Color information

#C996A3 (or 0xC996A3) is known color: Viola. HEX triplet: C9, 96 and A3. RGB value is (201,150,163). Sum of RGB (Red+Green+Blue) = 201+150+163=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 163 (64.06% from 255 or 31.71% from 514); Max value from RGB is 201 - color contains mainly: red. Hex color #C996A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C996A3 is #36695C. Grayscale: #A6A6A6. Windows color (decimal): -3565917 or 10720969. OLE color: 10720969.

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

Color convert

RGB 201 150 163 -
CMYK 0 0.25 0.19 0.21
HSL 344.71º 0.32% 0.69% -
HSV(B) 344.71º 0.25% 0.79% -
XYZ 41.6 36.87 39.58 -
YUV 166.73 125.9 152.44 -
System Red Green Blue C M Y K H S L
Decimal 201 150 163 0 0.25 0.19 0.21 344.71 0.32 0.69
Hex C9 96 A3 0 19 13 15 159 20 45
Octal 311 226 243 0 31 23 25 531 40 105
Binary 11001001 10010110 10100011 0 11001 10011 10101 101011001 100000 1000101

Color Harmonies of #C996A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C996A3

Black with #C996A3

Text Example


Text Example

White with #C996A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C996A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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