Html Css Color HEX #C993A6 Viola

📋 copy color: '#C993A6'

red 201 ◦ green 147 ◦ blue 166

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

Shades of Viola #C993A6

Tints of Viola #C993A6

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.6%

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

R = 39.11%
G = 28.6%
B = 32.3%

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

#C993A6 (or 0xC993A6) is known color: Viola. HEX triplet: C9, 93 and A6. RGB value is (201,147,166). Sum of RGB (Red+Green+Blue) = 201+147+166=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 147 (57.81% from 255 or 28.60% from 514); Blue value is 166 (65.23% from 255 or 32.30% from 514); Max value from RGB is 201 - color contains mainly: red. Hex color #C993A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C993A6 is #366C59. Grayscale: #A5A5A5. Windows color (decimal): -3566682 or 10916809. OLE color: 10916809.

HSL color Cylindrical-coordinate representation of color #C993A6: hue angle of 338.89º degrees, saturation: 0.33, 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 #C993A6 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 147 166 -
CMYK 0 0.27 0.17 0.21
HSL 338.89º 0.33% 0.68% -
HSV(B) 338.89º 0.27% 0.79% -
XYZ 41.4 36.04 40.85 -
YUV 165.31 128.39 153.46 -
System Red Green Blue C M Y K H S L
Decimal 201 147 166 0 0.27 0.17 0.21 338.89 0.33 0.68
Hex C9 93 A6 0 1B 11 15 153 21 44
Octal 311 223 246 0 33 21 25 523 41 104
Binary 11001001 10010011 10100110 0 11011 10001 10101 101010011 100001 1000100

Color Harmonies of #C993A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C993A6

Black with #C993A6

Text Example


Text Example

White with #C993A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C993A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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