Html Css Color HEX #C696AA Viola

📋 copy color: '#C696AA'

red 198 ◦ green 150 ◦ blue 170

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

Shades of Viola #C696AA

Tints of Viola #C696AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 32.82%

R = 38.22%
G = 28.96%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C696AA (or 0xC696AA) is known color: Viola. HEX triplet: C6, 96 and AA. RGB value is (198,150,170). Sum of RGB (Red+Green+Blue) = 198+150+170=518 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.22% from 518); Green value is 150 (58.98% from 255 or 28.96% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 198 - color contains mainly: red. Hex color #C696AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C696AA is #396955. Grayscale: #A6A6A6. Windows color (decimal): -3762518 or 11179718. OLE color: 11179718.

HSL color Cylindrical-coordinate representation of color #C696AA: hue angle of 335º 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 #C696AA is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 150 170 -
CMYK 0 0.24 0.14 0.22
HSL 335º 0.3% 0.68% -
HSV(B) 335º 0.24% 0.78% -
XYZ 41.45 36.72 42.93 -
YUV 166.63 129.9 150.37 -
System Red Green Blue C M Y K H S L
Decimal 198 150 170 0 0.24 0.14 0.22 335 0.3 0.68
Hex C6 96 AA 0 18 E 16 14F 1E 44
Octal 306 226 252 0 30 16 26 517 36 104
Binary 11000110 10010110 10101010 0 11000 1110 10110 101001111 11110 1000100

Color Harmonies of #C696AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C696AA

Black with #C696AA

Text Example


Text Example

White with #C696AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C696AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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