Html Css Color HEX #C0A0B2 Lily

📋 copy color: '#C0A0B2'

red 192 ◦ green 160 ◦ blue 178

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

Shades of Lily #C0A0B2

Tints of Lily #C0A0B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.58%

R = 36.23%
G = 30.19%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C0A0B2 (or 0xC0A0B2) is known color: Lily. HEX triplet: C0, A0 and B2. RGB value is (192,160,178). Sum of RGB (Red+Green+Blue) = 192+160+178=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 160 (62.89% from 255 or 30.19% from 530); Blue value is 178 (69.92% from 255 or 33.58% from 530); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A0B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A0B2 is #3F5F4D. Grayscale: #ABABAB. Windows color (decimal): -4153166 or 11706560. OLE color: 11706560.

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

Color convert

RGB 192 160 178 -
CMYK 0 0.17 0.07 0.25
HSL 326.25º 0.2% 0.69% -
HSV(B) 326.25º 0.17% 0.75% -
XYZ 42.34 39.56 47.52 -
YUV 171.62 131.6 142.54 -
System Red Green Blue C M Y K H S L
Decimal 192 160 178 0 0.17 0.07 0.25 326.25 0.2 0.69
Hex C0 A0 B2 0 11 7 19 146 14 45
Octal 300 240 262 0 21 7 31 506 24 105
Binary 11000000 10100000 10110010 0 10001 111 11001 101000110 10100 1000101

Color Harmonies of #C0A0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A0B2

Black with #C0A0B2

Text Example


Text Example

White with #C0A0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A0B2; }

 p { color: rgb(192,160,178); }

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

background-color css

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

 a { background-color: rgb(192,160,178); }

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

border-color css

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

 span { border-color: rgb(192,160,178); }

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