Html Css Color HEX #C996A2 Viola

📋 copy color: '#C996A2'

red 201 ◦ green 150 ◦ blue 162

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

Shades of Viola #C996A2

Tints of Viola #C996A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 31.58%

R = 39.18%
G = 29.24%
B = 31.58%

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

#C996A2 (or 0xC996A2) is known color: Viola. HEX triplet: C9, 96 and A2. RGB value is (201,150,162). Sum of RGB (Red+Green+Blue) = 201+150+162=513 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.18% from 513); Green value is 150 (58.98% from 255 or 29.24% from 513); Blue value is 162 (63.67% from 255 or 31.58% from 513); Max value from RGB is 201 - color contains mainly: red. Hex color #C996A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C996A2 is #36695D. Grayscale: #A6A6A6. Windows color (decimal): -3565918 or 10655433. OLE color: 10655433.

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

Color convert

RGB 201 150 162 -
CMYK 0 0.25 0.19 0.21
HSL 345.88º 0.32% 0.69% -
HSV(B) 345.88º 0.25% 0.79% -
XYZ 41.52 36.84 39.1 -
YUV 166.62 125.4 152.52 -
System Red Green Blue C M Y K H S L
Decimal 201 150 162 0 0.25 0.19 0.21 345.88 0.32 0.69
Hex C9 96 A2 0 19 13 15 15A 20 45
Octal 311 226 242 0 31 23 25 532 40 105
Binary 11001001 10010110 10100010 0 11001 10011 10101 101011010 100000 1000101

Color Harmonies of #C996A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C996A2

Black with #C996A2

Text Example


Text Example

White with #C996A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C996A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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