Html Css Color HEX #C0A7BD Lilac

📋 copy color: '#C0A7BD'

red 192 ◦ green 167 ◦ blue 189

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

Shades of Lilac #C0A7BD

Tints of Lilac #C0A7BD

RGB

 RED value IS 192 (75.39% from 255) = 35.04%

 GREEN value IS 167 (65.63% from 255) = 30.47%

 BLUE value IS 189 (74.22% from 255) = 34.49%

R = 35.04%
G = 30.47%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C0A7BD (or 0xC0A7BD) is known color: Lilac. HEX triplet: C0, A7 and BD. RGB value is (192,167,189). Sum of RGB (Red+Green+Blue) = 192+167+189=548 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.04% from 548); Green value is 167 (65.62% from 255 or 30.47% from 548); Blue value is 189 (74.22% from 255 or 34.49% from 548); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A7BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A7BD is #3F5842. Grayscale: #B0B0B0. Windows color (decimal): -4151363 or 12429248. OLE color: 12429248.

HSL color Cylindrical-coordinate representation of color #C0A7BD: hue angle of 307.2º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0A7BD is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 167 189 -
CMYK 0 0.13 0.02 0.25
HSL 307.2º 0.17% 0.7% -
HSV(B) 307.2º 0.13% 0.75% -
XYZ 44.74 42.52 53.99 -
YUV 176.98 134.78 138.71 -
System Red Green Blue C M Y K H S L
Decimal 192 167 189 0 0.13 0.02 0.25 307.2 0.17 0.7
Hex C0 A7 BD 0 D 2 19 133 11 46
Octal 300 247 275 0 15 2 31 463 21 106
Binary 11000000 10100111 10111101 0 1101 10 11001 100110011 10001 1000110

Color Harmonies of #C0A7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A7BD

Black with #C0A7BD

Text Example


Text Example

White with #C0A7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A7BD; }

 p { color: rgb(192,167,189); }

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

background-color css

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

 a { background-color: rgb(192,167,189); }

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

border-color css

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

 span { border-color: rgb(192,167,189); }

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