Html Css Color HEX #C0ACB7 Lily

📋 copy color: '#C0ACB7'

red 192 ◦ green 172 ◦ blue 183

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

Shades of Lily #C0ACB7

Tints of Lily #C0ACB7

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.44%

 BLUE value IS 183 (71.88% from 255) = 33.46%

R = 35.1%
G = 31.44%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#C0ACB7 (or 0xC0ACB7) is known color: Lily. HEX triplet: C0, AC and B7. RGB value is (192,172,183). Sum of RGB (Red+Green+Blue) = 192+172+183=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 183 (71.88% from 255 or 33.46% from 547); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ACB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ACB7 is #3F5348. Grayscale: #B3B3B3. Windows color (decimal): -4150089 or 12037312. OLE color: 12037312.

HSL color Cylindrical-coordinate representation of color #C0ACB7: hue angle of 327º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0ACB7 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 172 183 -
CMYK 0 0.10 0.05 0.25
HSL 327º 0.14% 0.71% -
HSV(B) 327º 0.1% 0.75% -
XYZ 45.04 44.13 50.94 -
YUV 179.23 130.13 137.11 -
System Red Green Blue C M Y K H S L
Decimal 192 172 183 0 0.10 0.05 0.25 327 0.14 0.71
Hex C0 AC B7 0 A 5 19 147 E 47
Octal 300 254 267 0 12 5 31 507 16 107
Binary 11000000 10101100 10110111 0 1010 101 11001 101000111 1110 1000111

Color Harmonies of #C0ACB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ACB7

Black with #C0ACB7

Text Example


Text Example

White with #C0ACB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ACB7; }

 p { color: rgb(192,172,183); }

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

background-color css

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

 a { background-color: rgb(192,172,183); }

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

border-color css

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

 span { border-color: rgb(192,172,183); }

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