Html Css Color HEX #C495A8 Viola

📋 copy color: '#C495A8'

red 196 ◦ green 149 ◦ blue 168

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

Shades of Viola #C495A8

Tints of Viola #C495A8

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.04%

 BLUE value IS 168 (66.02% from 255) = 32.75%

R = 38.21%
G = 29.04%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C495A8 (or 0xC495A8) is known color: Viola. HEX triplet: C4, 95 and A8. RGB value is (196,149,168). Sum of RGB (Red+Green+Blue) = 196+149+168=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 149 (58.59% from 255 or 29.04% from 513); Blue value is 168 (66.02% from 255 or 32.75% from 513); Max value from RGB is 196 - color contains mainly: red. Hex color #C495A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C495A8 is #3B6A57. Grayscale: #A5A5A5. Windows color (decimal): -3893848 or 11048388. OLE color: 11048388.

HSL color Cylindrical-coordinate representation of color #C495A8: hue angle of 335.74º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C495A8 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 149 168 -
CMYK 0 0.24 0.14 0.23
HSL 335.74º 0.28% 0.68% -
HSV(B) 335.74º 0.24% 0.77% -
XYZ 40.58 36.06 41.87 -
YUV 165.22 129.57 149.96 -
System Red Green Blue C M Y K H S L
Decimal 196 149 168 0 0.24 0.14 0.23 335.74 0.28 0.68
Hex C4 95 A8 0 18 E 17 150 1C 44
Octal 304 225 250 0 30 16 27 520 34 104
Binary 11000100 10010101 10101000 0 11000 1110 10111 101010000 11100 1000100

Color Harmonies of #C495A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C495A8

Black with #C495A8

Text Example


Text Example

White with #C495A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C495A8; }

 p { color: rgb(196,149,168); }

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

background-color css

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

 a { background-color: rgb(196,149,168); }

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

border-color css

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

 span { border-color: rgb(196,149,168); }

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