Html Css Color HEX #C690A8 Viola

📋 copy color: '#C690A8'

red 198 ◦ green 144 ◦ blue 168

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

Shades of Viola #C690A8

Tints of Viola #C690A8

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.24%

 BLUE value IS 168 (66.02% from 255) = 32.94%

R = 38.82%
G = 28.24%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C690A8 (or 0xC690A8) is known color: Viola. HEX triplet: C6, 90 and A8. RGB value is (198,144,168). Sum of RGB (Red+Green+Blue) = 198+144+168=510 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.82% from 510); Green value is 144 (56.64% from 255 or 28.24% from 510); Blue value is 168 (66.02% from 255 or 32.94% from 510); Max value from RGB is 198 - color contains mainly: red. Hex color #C690A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C690A8 is #396F57. Grayscale: #A2A2A2. Windows color (decimal): -3764056 or 11047110. OLE color: 11047110.

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

Color convert

RGB 198 144 168 -
CMYK 0 0.27 0.15 0.22
HSL 333.33º 0.32% 0.67% -
HSV(B) 333.33º 0.27% 0.78% -
XYZ 40.33 34.78 41.63 -
YUV 162.88 130.89 153.05 -
System Red Green Blue C M Y K H S L
Decimal 198 144 168 0 0.27 0.15 0.22 333.33 0.32 0.67
Hex C6 90 A8 0 1B F 16 14D 20 43
Octal 306 220 250 0 33 17 26 515 40 103
Binary 11000110 10010000 10101000 0 11011 1111 10110 101001101 100000 1000011

Color Harmonies of #C690A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C690A8

Black with #C690A8

Text Example


Text Example

White with #C690A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C690A8; }

 p { color: rgb(198,144,168); }

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

background-color css

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

 a { background-color: rgb(198,144,168); }

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

border-color css

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

 span { border-color: rgb(198,144,168); }

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