Html Css Color HEX #C698AA Viola

📋 copy color: '#C698AA'

red 198 ◦ green 152 ◦ blue 170

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

Shades of Viola #C698AA

Tints of Viola #C698AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 32.69%

R = 38.08%
G = 29.23%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C698AA (or 0xC698AA) is known color: Viola. HEX triplet: C6, 98 and AA. RGB value is (198,152,170). Sum of RGB (Red+Green+Blue) = 198+152+170=520 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.08% from 520); Green value is 152 (59.77% from 255 or 29.23% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 198 - color contains mainly: red. Hex color #C698AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C698AA is #396755. Grayscale: #A7A7A7. Windows color (decimal): -3762006 or 11180230. OLE color: 11180230.

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

Color convert

RGB 198 152 170 -
CMYK 0 0.23 0.14 0.22
HSL 336.52º 0.29% 0.69% -
HSV(B) 336.52º 0.23% 0.78% -
XYZ 41.77 37.36 43.04 -
YUV 167.81 129.24 149.54 -
System Red Green Blue C M Y K H S L
Decimal 198 152 170 0 0.23 0.14 0.22 336.52 0.29 0.69
Hex C6 98 AA 0 17 E 16 151 1D 45
Octal 306 230 252 0 27 16 26 521 35 105
Binary 11000110 10011000 10101010 0 10111 1110 10110 101010001 11101 1000101

Color Harmonies of #C698AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C698AA

Black with #C698AA

Text Example


Text Example

White with #C698AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C698AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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