Html Css Color HEX #C694A5 Viola

📋 copy color: '#C694A5'

red 198 ◦ green 148 ◦ blue 165

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

Shades of Viola #C694A5

Tints of Viola #C694A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 32.29%

R = 38.75%
G = 28.96%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#C694A5 (or 0xC694A5) is known color: Viola. HEX triplet: C6, 94 and A5. RGB value is (198,148,165). Sum of RGB (Red+Green+Blue) = 198+148+165=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 148 (58.20% from 255 or 28.96% from 511); Blue value is 165 (64.84% from 255 or 32.29% from 511); Max value from RGB is 198 - color contains mainly: red. Hex color #C694A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C694A5 is #396B5A. Grayscale: #A4A4A4. Windows color (decimal): -3763035 or 10851526. OLE color: 10851526.

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

Color convert

RGB 198 148 165 -
CMYK 0 0.25 0.17 0.22
HSL 339.6º 0.3% 0.68% -
HSV(B) 339.6º 0.25% 0.78% -
XYZ 40.67 35.9 40.38 -
YUV 164.89 128.07 151.62 -
System Red Green Blue C M Y K H S L
Decimal 198 148 165 0 0.25 0.17 0.22 339.6 0.3 0.68
Hex C6 94 A5 0 19 11 16 154 1E 44
Octal 306 224 245 0 31 21 26 524 36 104
Binary 11000110 10010100 10100101 0 11001 10001 10110 101010100 11110 1000100

Color Harmonies of #C694A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C694A5

Black with #C694A5

Text Example


Text Example

White with #C694A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C694A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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