Html Css Color HEX #C698A8 Viola

📋 copy color: '#C698A8'

red 198 ◦ green 152 ◦ blue 168

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

Shades of Viola #C698A8

Tints of Viola #C698A8

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.34%

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

R = 38.22%
G = 29.34%
B = 32.43%

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

#C698A8 (or 0xC698A8) is known color: Viola. HEX triplet: C6, 98 and A8. RGB value is (198,152,168). Sum of RGB (Red+Green+Blue) = 198+152+168=518 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.22% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 168 (66.02% from 255 or 32.43% from 518); Max value from RGB is 198 - color contains mainly: red. Hex color #C698A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C698A8 is #396757. Grayscale: #A7A7A7. Windows color (decimal): -3762008 or 11049158. OLE color: 11049158.

HSL color Cylindrical-coordinate representation of color #C698A8: hue angle of 339.13º degrees, saturation: 0.29, 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 #C698A8 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 152 168 -
CMYK 0 0.23 0.15 0.22
HSL 339.13º 0.29% 0.69% -
HSV(B) 339.13º 0.23% 0.78% -
XYZ 41.58 37.29 42.05 -
YUV 167.58 128.24 149.7 -
System Red Green Blue C M Y K H S L
Decimal 198 152 168 0 0.23 0.15 0.22 339.13 0.29 0.69
Hex C6 98 A8 0 17 F 16 153 1D 45
Octal 306 230 250 0 27 17 26 523 35 105
Binary 11000110 10011000 10101000 0 10111 1111 10110 101010011 11101 1000101

Color Harmonies of #C698A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C698A8

Black with #C698A8

Text Example


Text Example

White with #C698A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C698A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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