Html Css Color HEX #C696A9 Viola

📋 copy color: '#C696A9'

red 198 ◦ green 150 ◦ blue 169

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

Shades of Viola #C696A9

Tints of Viola #C696A9

RGB

 RED value IS 198 (77.73% from 255) = 38.3%

 GREEN value IS 150 (58.98% from 255) = 29.01%

 BLUE value IS 169 (66.41% from 255) = 32.69%

R = 38.3%
G = 29.01%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C696A9 (or 0xC696A9) is known color: Viola. HEX triplet: C6, 96 and A9. RGB value is (198,150,169). Sum of RGB (Red+Green+Blue) = 198+150+169=517 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.30% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 169 (66.41% from 255 or 32.69% from 517); Max value from RGB is 198 - color contains mainly: red. Hex color #C696A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C696A9 is #396956. Grayscale: #A6A6A6. Windows color (decimal): -3762519 or 11114182. OLE color: 11114182.

HSL color Cylindrical-coordinate representation of color #C696A9: hue angle of 336.25º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C696A9 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 150 169 -
CMYK 0 0.24 0.15 0.22
HSL 336.25º 0.3% 0.68% -
HSV(B) 336.25º 0.24% 0.78% -
XYZ 41.36 36.68 42.44 -
YUV 166.52 129.4 150.46 -
System Red Green Blue C M Y K H S L
Decimal 198 150 169 0 0.24 0.15 0.22 336.25 0.3 0.68
Hex C6 96 A9 0 18 F 16 150 1E 44
Octal 306 226 251 0 30 17 26 520 36 104
Binary 11000110 10010110 10101001 0 11000 1111 10110 101010000 11110 1000100

Color Harmonies of #C696A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C696A9

Black with #C696A9

Text Example


Text Example

White with #C696A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C696A9; }

 p { color: rgb(198,150,169); }

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

background-color css

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

 a { background-color: rgb(198,150,169); }

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

border-color css

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

 span { border-color: rgb(198,150,169); }

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