Html Css Color HEX #C998A8 Viola

📋 copy color: '#C998A8'

red 201 ◦ green 152 ◦ blue 168

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

Shades of Viola #C998A8

Tints of Viola #C998A8

RGB

 RED value IS 201 (78.91% from 255) = 38.58%

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

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

R = 38.58%
G = 29.17%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#C998A8 (or 0xC998A8) is known color: Viola. HEX triplet: C9, 98 and A8. RGB value is (201,152,168). Sum of RGB (Red+Green+Blue) = 201+152+168=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 168 (66.02% from 255 or 32.25% from 521); Max value from RGB is 201 - color contains mainly: red. Hex color #C998A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C998A8 is #366757. Grayscale: #A8A8A8. Windows color (decimal): -3565400 or 11049161. OLE color: 11049161.

HSL color Cylindrical-coordinate representation of color #C998A8: hue angle of 340.41º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C998A8 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 152 168 -
CMYK 0 0.24 0.16 0.21
HSL 340.41º 0.31% 0.69% -
HSV(B) 340.41º 0.24% 0.79% -
XYZ 42.38 37.7 42.09 -
YUV 168.48 127.73 151.2 -
System Red Green Blue C M Y K H S L
Decimal 201 152 168 0 0.24 0.16 0.21 340.41 0.31 0.69
Hex C9 98 A8 0 18 10 15 154 1F 45
Octal 311 230 250 0 30 20 25 524 37 105
Binary 11001001 10011000 10101000 0 11000 10000 10101 101010100 11111 1000101

Color Harmonies of #C998A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C998A8

Black with #C998A8

Text Example


Text Example

White with #C998A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C998A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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