Html Css Color HEX #C992A0 Viola

📋 copy color: '#C992A0'

red 201 ◦ green 146 ◦ blue 160

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

Shades of Viola #C992A0

Tints of Viola #C992A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 31.56%

R = 39.64%
G = 28.8%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#C992A0 (or 0xC992A0) is known color: Viola. HEX triplet: C9, 92 and A0. RGB value is (201,146,160). Sum of RGB (Red+Green+Blue) = 201+146+160=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 146 (57.42% from 255 or 28.80% from 507); Blue value is 160 (62.89% from 255 or 31.56% from 507); Max value from RGB is 201 - color contains mainly: red. Hex color #C992A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C992A0 is #366D5F. Grayscale: #A4A4A4. Windows color (decimal): -3566944 or 10523337. OLE color: 10523337.

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

Color convert

RGB 201 146 160 -
CMYK 0 0.27 0.20 0.21
HSL 344.73º 0.34% 0.68% -
HSV(B) 344.73º 0.27% 0.79% -
XYZ 40.71 35.51 37.97 -
YUV 164.04 125.72 154.36 -
System Red Green Blue C M Y K H S L
Decimal 201 146 160 0 0.27 0.20 0.21 344.73 0.34 0.68
Hex C9 92 A0 0 1B 14 15 159 22 44
Octal 311 222 240 0 33 24 25 531 42 104
Binary 11001001 10010010 10100000 0 11011 10100 10101 101011001 100010 1000100

Color Harmonies of #C992A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C992A0

Black with #C992A0

Text Example


Text Example

White with #C992A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C992A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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