Html Css Color HEX #C992A5 Viola

📋 copy color: '#C992A5'

red 201 ◦ green 146 ◦ blue 165

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

Shades of Viola #C992A5

Tints of Viola #C992A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 32.23%

R = 39.26%
G = 28.52%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#C992A5 (or 0xC992A5) is known color: Viola. HEX triplet: C9, 92 and A5. RGB value is (201,146,165). Sum of RGB (Red+Green+Blue) = 201+146+165=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 146 (57.42% from 255 or 28.52% from 512); Blue value is 165 (64.84% from 255 or 32.23% from 512); Max value from RGB is 201 - color contains mainly: red. Hex color #C992A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C992A5 is #366D5A. Grayscale: #A4A4A4. Windows color (decimal): -3566939 or 10851017. OLE color: 10851017.

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

Color convert

RGB 201 146 165 -
CMYK 0 0.27 0.18 0.21
HSL 339.27º 0.34% 0.68% -
HSV(B) 339.27º 0.27% 0.79% -
XYZ 41.16 35.69 40.32 -
YUV 164.61 128.22 153.96 -
System Red Green Blue C M Y K H S L
Decimal 201 146 165 0 0.27 0.18 0.21 339.27 0.34 0.68
Hex C9 92 A5 0 1B 12 15 153 22 44
Octal 311 222 245 0 33 22 25 523 42 104
Binary 11001001 10010010 10100101 0 11011 10010 10101 101010011 100010 1000100

Color Harmonies of #C992A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C992A5

Black with #C992A5

Text Example


Text Example

White with #C992A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C992A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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