Html Css Color HEX #C992A6 Viola

📋 copy color: '#C992A6'

red 201 ◦ green 146 ◦ blue 166

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

Shades of Viola #C992A6

Tints of Viola #C992A6

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.46%

 BLUE value IS 166 (65.23% from 255) = 32.36%

R = 39.18%
G = 28.46%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#C992A6 (or 0xC992A6) is known color: Viola. HEX triplet: C9, 92 and A6. RGB value is (201,146,166). Sum of RGB (Red+Green+Blue) = 201+146+166=513 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.18% from 513); Green value is 146 (57.42% from 255 or 28.46% from 513); Blue value is 166 (65.23% from 255 or 32.36% from 513); Max value from RGB is 201 - color contains mainly: red. Hex color #C992A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C992A6 is #366D59. Grayscale: #A4A4A4. Windows color (decimal): -3566938 or 10916553. OLE color: 10916553.

HSL color Cylindrical-coordinate representation of color #C992A6: hue angle of 338.18º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C992A6 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 146 166 -
CMYK 0 0.27 0.17 0.21
HSL 338.18º 0.34% 0.68% -
HSV(B) 338.18º 0.27% 0.79% -
XYZ 41.25 35.73 40.8 -
YUV 164.73 128.72 153.87 -
System Red Green Blue C M Y K H S L
Decimal 201 146 166 0 0.27 0.17 0.21 338.18 0.34 0.68
Hex C9 92 A6 0 1B 11 15 152 22 44
Octal 311 222 246 0 33 21 25 522 42 104
Binary 11001001 10010010 10100110 0 11011 10001 10101 101010010 100010 1000100

Color Harmonies of #C992A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C992A6

Black with #C992A6

Text Example


Text Example

White with #C992A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C992A6; }

 p { color: rgb(201,146,166); }

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

background-color css

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

 a { background-color: rgb(201,146,166); }

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

border-color css

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

 span { border-color: rgb(201,146,166); }

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