Html Css Color HEX #C492A5 Viola

📋 copy color: '#C492A5'

red 196 ◦ green 146 ◦ blue 165

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

Shades of Viola #C492A5

Tints of Viola #C492A5

RGB

 RED value IS 196 (76.95% from 255) = 38.66%

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

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

R = 38.66%
G = 28.8%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#C492A5 (or 0xC492A5) is known color: Viola. HEX triplet: C4, 92 and A5. RGB value is (196,146,165). Sum of RGB (Red+Green+Blue) = 196+146+165=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 146 (57.42% from 255 or 28.80% from 507); Blue value is 165 (64.84% from 255 or 32.54% from 507); Max value from RGB is 196 - color contains mainly: red. Hex color #C492A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C492A5 is #3B6D5A. Grayscale: #A3A3A3. Windows color (decimal): -3894619 or 10851012. OLE color: 10851012.

HSL color Cylindrical-coordinate representation of color #C492A5: hue angle of 337.2º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C492A5 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 146 165 -
CMYK 0 0.26 0.16 0.23
HSL 337.2º 0.3% 0.67% -
HSV(B) 337.2º 0.26% 0.77% -
XYZ 39.84 35.01 40.26 -
YUV 163.12 129.07 151.46 -
System Red Green Blue C M Y K H S L
Decimal 196 146 165 0 0.26 0.16 0.23 337.2 0.3 0.67
Hex C4 92 A5 0 1A 10 17 151 1E 43
Octal 304 222 245 0 32 20 27 521 36 103
Binary 11000100 10010010 10100101 0 11010 10000 10111 101010001 11110 1000011

Color Harmonies of #C492A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C492A5

Black with #C492A5

Text Example


Text Example

White with #C492A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C492A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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