Html Css Color HEX #C694A9 Viola

📋 copy color: '#C694A9'

red 198 ◦ green 148 ◦ blue 169

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

Shades of Viola #C694A9

Tints of Viola #C694A9

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.74%

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

R = 38.45%
G = 28.74%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C694A9 (or 0xC694A9) is known color: Viola. HEX triplet: C6, 94 and A9. RGB value is (198,148,169). Sum of RGB (Red+Green+Blue) = 198+148+169=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 148 (58.20% from 255 or 28.74% from 515); Blue value is 169 (66.41% from 255 or 32.82% from 515); Max value from RGB is 198 - color contains mainly: red. Hex color #C694A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C694A9 is #396B56. Grayscale: #A5A5A5. Windows color (decimal): -3763031 or 11113670. OLE color: 11113670.

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

Color convert

RGB 198 148 169 -
CMYK 0 0.25 0.15 0.22
HSL 334.8º 0.3% 0.68% -
HSV(B) 334.8º 0.25% 0.78% -
XYZ 41.04 36.05 42.33 -
YUV 165.34 130.07 151.29 -
System Red Green Blue C M Y K H S L
Decimal 198 148 169 0 0.25 0.15 0.22 334.8 0.3 0.68
Hex C6 94 A9 0 19 F 16 14F 1E 44
Octal 306 224 251 0 31 17 26 517 36 104
Binary 11000110 10010100 10101001 0 11001 1111 10110 101001111 11110 1000100

Color Harmonies of #C694A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C694A9

Black with #C694A9

Text Example


Text Example

White with #C694A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C694A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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