Html Css Color HEX #C9AFC6 Lilac

📋 copy color: '#C9AFC6'

red 201 ◦ green 175 ◦ blue 198

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

Shades of Lilac #C9AFC6

Tints of Lilac #C9AFC6

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.49%

 BLUE value IS 198 (77.73% from 255) = 34.49%

R = 35.02%
G = 30.49%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#C9AFC6 (or 0xC9AFC6) is known color: Lilac. HEX triplet: C9, AF and C6. RGB value is (201,175,198). Sum of RGB (Red+Green+Blue) = 201+175+198=574 (76% of max value = 765). Red value is 201 (78.91% from 255 or 35.02% from 574); Green value is 175 (68.75% from 255 or 30.49% from 574); Blue value is 198 (77.73% from 255 or 34.49% from 574); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AFC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AFC6 is #365039. Grayscale: #B9B9B9. Windows color (decimal): -3559482 or 13021129. OLE color: 13021129.

HSL color Cylindrical-coordinate representation of color #C9AFC6: hue angle of 306.92º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C9AFC6 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 175 198 -
CMYK 0 0.13 0.01 0.21
HSL 306.92º 0.19% 0.74% -
HSV(B) 306.92º 0.13% 0.79% -
XYZ 49.61 47.15 59.91 -
YUV 185.4 135.11 139.13 -
System Red Green Blue C M Y K H S L
Decimal 201 175 198 0 0.13 0.01 0.21 306.92 0.19 0.74
Hex C9 AF C6 0 D 1 15 133 13 4A
Octal 311 257 306 0 15 1 25 463 23 112
Binary 11001001 10101111 11000110 0 1101 1 10101 100110011 10011 1001010

Color Harmonies of #C9AFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AFC6

Black with #C9AFC6

Text Example


Text Example

White with #C9AFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AFC6; }

 p { color: rgb(201,175,198); }

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

background-color css

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

 a { background-color: rgb(201,175,198); }

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

border-color css

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

 span { border-color: rgb(201,175,198); }

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