Html Css Color HEX #C998A5 Viola

📋 copy color: '#C998A5'

red 201 ◦ green 152 ◦ blue 165

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

Shades of Viola #C998A5

Tints of Viola #C998A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 31.85%

R = 38.8%
G = 29.34%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#C998A5 (or 0xC998A5) is known color: Viola. HEX triplet: C9, 98 and A5. RGB value is (201,152,165). Sum of RGB (Red+Green+Blue) = 201+152+165=518 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.80% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 165 (64.84% from 255 or 31.85% from 518); Max value from RGB is 201 - color contains mainly: red. Hex color #C998A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C998A5 is #36675A. Grayscale: #A8A8A8. Windows color (decimal): -3565403 or 10852553. OLE color: 10852553.

HSL color Cylindrical-coordinate representation of color #C998A5: hue angle of 344.08º 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 #C998A5 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 152 165 -
CMYK 0 0.24 0.18 0.21
HSL 344.08º 0.31% 0.69% -
HSV(B) 344.08º 0.24% 0.79% -
XYZ 42.11 37.59 40.63 -
YUV 168.13 126.23 151.44 -
System Red Green Blue C M Y K H S L
Decimal 201 152 165 0 0.24 0.18 0.21 344.08 0.31 0.69
Hex C9 98 A5 0 18 12 15 158 1F 45
Octal 311 230 245 0 30 22 25 530 37 105
Binary 11001001 10011000 10100101 0 11000 10010 10101 101011000 11111 1000101

Color Harmonies of #C998A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C998A5

Black with #C998A5

Text Example


Text Example

White with #C998A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C998A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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