Html Css Color HEX #C699A8 Viola

📋 copy color: '#C699A8'

red 198 ◦ green 153 ◦ blue 168

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

Shades of Viola #C699A8

Tints of Viola #C699A8

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.48%

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

R = 38.15%
G = 29.48%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C699A8 (or 0xC699A8) is known color: Viola. HEX triplet: C6, 99 and A8. RGB value is (198,153,168). Sum of RGB (Red+Green+Blue) = 198+153+168=519 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.15% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 168 (66.02% from 255 or 32.37% from 519); Max value from RGB is 198 - color contains mainly: red. Hex color #C699A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C699A8 is #396657. Grayscale: #A8A8A8. Windows color (decimal): -3761752 or 11049414. OLE color: 11049414.

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

Color convert

RGB 198 153 168 -
CMYK 0 0.23 0.15 0.22
HSL 340º 0.28% 0.69% -
HSV(B) 340º 0.23% 0.78% -
XYZ 41.75 37.62 42.11 -
YUV 168.17 127.91 149.28 -
System Red Green Blue C M Y K H S L
Decimal 198 153 168 0 0.23 0.15 0.22 340 0.28 0.69
Hex C6 99 A8 0 17 F 16 154 1C 45
Octal 306 231 250 0 27 17 26 524 34 105
Binary 11000110 10011001 10101000 0 10111 1111 10110 101010100 11100 1000101

Color Harmonies of #C699A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C699A8

Black with #C699A8

Text Example


Text Example

White with #C699A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C699A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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