Html Css Color HEX #C0ACB2 Lily

📋 copy color: '#C0ACB2'

red 192 ◦ green 172 ◦ blue 178

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

Shades of Lily #C0ACB2

Tints of Lily #C0ACB2

RGB

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

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

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

R = 35.42%
G = 31.73%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C0ACB2 (or 0xC0ACB2) is known color: Lily. HEX triplet: C0, AC and B2. RGB value is (192,172,178). Sum of RGB (Red+Green+Blue) = 192+172+178=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 172 (67.58% from 255 or 31.73% from 542); Blue value is 178 (69.92% from 255 or 32.84% from 542); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ACB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0ACB2 is #3F534D. Grayscale: #B2B2B2. Windows color (decimal): -4150094 or 11709632. OLE color: 11709632.

HSL color Cylindrical-coordinate representation of color #C0ACB2: hue angle of 342º 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 #C0ACB2 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 172 178 -
CMYK 0 0.10 0.07 0.25
HSL 342º 0.14% 0.71% -
HSV(B) 342º 0.1% 0.75% -
XYZ 44.53 43.93 48.25 -
YUV 178.66 127.63 137.51 -
System Red Green Blue C M Y K H S L
Decimal 192 172 178 0 0.10 0.07 0.25 342 0.14 0.71
Hex C0 AC B2 0 A 7 19 156 E 47
Octal 300 254 262 0 12 7 31 526 16 107
Binary 11000000 10101100 10110010 0 1010 111 11001 101010110 1110 1000111

Color Harmonies of #C0ACB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ACB2

Black with #C0ACB2

Text Example


Text Example

White with #C0ACB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ACB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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