Html Css Color HEX #C5A0CB Lilac

📋 copy color: '#C5A0CB'

red 197 ◦ green 160 ◦ blue 203

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

Shades of Lilac #C5A0CB

Tints of Lilac #C5A0CB

RGB

 RED value IS 197 (77.34% from 255) = 35.18%

 GREEN value IS 160 (62.89% from 255) = 28.57%

 BLUE value IS 203 (79.69% from 255) = 36.25%

R = 35.18%
G = 28.57%
B = 36.25%

CMYK

 C value IS 0.03

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C5A0CB (or 0xC5A0CB) is known color: Lilac. HEX triplet: C5, A0 and CB. RGB value is (197,160,203). Sum of RGB (Red+Green+Blue) = 197+160+203=560 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.18% from 560); Green value is 160 (62.89% from 255 or 28.57% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 203 - color contains mainly: blue. Hex color #C5A0CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A0CB is #3A5F34. Grayscale: #AFAFAF. Windows color (decimal): -3825461 or 13344965. OLE color: 13344965.

HSL color Cylindrical-coordinate representation of color #C5A0CB: hue angle of 291.63º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5A0CB is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 160 203 -
CMYK 0.03 0.21 0 0.20
HSL 291.63º 0.29% 0.71% -
HSV(B) 291.63º 0.21% 0.8% -
XYZ 46.38 41.32 62.03 -
YUV 175.97 143.26 143 -
System Red Green Blue C M Y K H S L
Decimal 197 160 203 0.03 0.21 0 0.20 291.63 0.29 0.71
Hex C5 A0 CB 3 15 0 14 124 1D 47
Octal 305 240 313 3 25 0 24 444 35 107
Binary 11000101 10100000 11001011 11 10101 0 10100 100100100 11101 1000111

Color Harmonies of #C5A0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A0CB

Black with #C5A0CB

Text Example


Text Example

White with #C5A0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A0CB; }

 p { color: rgb(197,160,203); }

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

background-color css

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

 a { background-color: rgb(197,160,203); }

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

border-color css

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

 span { border-color: rgb(197,160,203); }

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