Html Css Color HEX #C486A7 Viola

📋 copy color: '#C486A7'

red 196 ◦ green 134 ◦ blue 167

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

Shades of Viola #C486A7

Tints of Viola #C486A7

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.96%

 BLUE value IS 167 (65.63% from 255) = 33.6%

R = 39.44%
G = 26.96%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#C486A7 (or 0xC486A7) is known color: Viola. HEX triplet: C4, 86 and A7. RGB value is (196,134,167). Sum of RGB (Red+Green+Blue) = 196+134+167=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 134 (52.73% from 255 or 26.96% from 497); Blue value is 167 (65.62% from 255 or 33.60% from 497); Max value from RGB is 196 - color contains mainly: red. Hex color #C486A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C486A7 is #3B7958. Grayscale: #9C9C9C. Windows color (decimal): -3897689 or 10979012. OLE color: 10979012.

HSL color Cylindrical-coordinate representation of color #C486A7: hue angle of 328.06º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C486A7 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 134 167 -
CMYK 0 0.32 0.15 0.23
HSL 328.06º 0.34% 0.65% -
HSV(B) 328.06º 0.32% 0.77% -
XYZ 38.27 31.58 40.64 -
YUV 156.3 134.04 156.32 -
System Red Green Blue C M Y K H S L
Decimal 196 134 167 0 0.32 0.15 0.23 328.06 0.34 0.65
Hex C4 86 A7 0 20 F 17 148 22 41
Octal 304 206 247 0 40 17 27 510 42 101
Binary 11000100 10000110 10100111 0 100000 1111 10111 101001000 100010 1000001

Color Harmonies of #C486A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C486A7

Black with #C486A7

Text Example


Text Example

White with #C486A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C486A7; }

 p { color: rgb(196,134,167); }

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

background-color css

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

 a { background-color: rgb(196,134,167); }

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

border-color css

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

 span { border-color: rgb(196,134,167); }

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