Html Css Color HEX #C693A4 Viola

📋 copy color: '#C693A4'

red 198 ◦ green 147 ◦ blue 164

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

Shades of Viola #C693A4

Tints of Viola #C693A4

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.88%

 BLUE value IS 164 (64.45% from 255) = 32.22%

R = 38.9%
G = 28.88%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#C693A4 (or 0xC693A4) is known color: Viola. HEX triplet: C6, 93 and A4. RGB value is (198,147,164). Sum of RGB (Red+Green+Blue) = 198+147+164=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 147 (57.81% from 255 or 28.88% from 509); Blue value is 164 (64.45% from 255 or 32.22% from 509); Max value from RGB is 198 - color contains mainly: red. Hex color #C693A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C693A4 is #396C5B. Grayscale: #A4A4A4. Windows color (decimal): -3763292 or 10785734. OLE color: 10785734.

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

Color convert

RGB 198 147 164 -
CMYK 0 0.26 0.17 0.22
HSL 340º 0.31% 0.68% -
HSV(B) 340º 0.26% 0.78% -
XYZ 40.42 35.55 39.85 -
YUV 164.19 127.9 152.12 -
System Red Green Blue C M Y K H S L
Decimal 198 147 164 0 0.26 0.17 0.22 340 0.31 0.68
Hex C6 93 A4 0 1A 11 16 154 1F 44
Octal 306 223 244 0 32 21 26 524 37 104
Binary 11000110 10010011 10100100 0 11010 10001 10110 101010100 11111 1000100

Color Harmonies of #C693A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C693A4

Black with #C693A4

Text Example


Text Example

White with #C693A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C693A4; }

 p { color: rgb(198,147,164); }

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

background-color css

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

 a { background-color: rgb(198,147,164); }

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

border-color css

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

 span { border-color: rgb(198,147,164); }

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