Html Css Color HEX #C999AB Viola

📋 copy color: '#C999AB'

red 201 ◦ green 153 ◦ blue 171

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

Shades of Viola #C999AB

Tints of Viola #C999AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.57%

R = 38.29%
G = 29.14%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C999AB (or 0xC999AB) is known color: Viola. HEX triplet: C9, 99 and AB. RGB value is (201,153,171). Sum of RGB (Red+Green+Blue) = 201+153+171=525 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.29% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 201 - color contains mainly: red. Hex color #C999AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C999AB is #366654. Grayscale: #A9A9A9. Windows color (decimal): -3565141 or 11246025. OLE color: 11246025.

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

Color convert

RGB 201 153 171 -
CMYK 0 0.24 0.15 0.21
HSL 337.5º 0.31% 0.69% -
HSV(B) 337.5º 0.24% 0.79% -
XYZ 42.83 38.14 43.63 -
YUV 169.4 128.9 150.54 -
System Red Green Blue C M Y K H S L
Decimal 201 153 171 0 0.24 0.15 0.21 337.5 0.31 0.69
Hex C9 99 AB 0 18 F 15 152 1F 45
Octal 311 231 253 0 30 17 25 522 37 105
Binary 11001001 10011001 10101011 0 11000 1111 10101 101010010 11111 1000101

Color Harmonies of #C999AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C999AB

Black with #C999AB

Text Example


Text Example

White with #C999AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C999AB; }

 p { color: rgb(201,153,171); }

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

background-color css

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

 a { background-color: rgb(201,153,171); }

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

border-color css

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

 span { border-color: rgb(201,153,171); }

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