Html Css Color HEX #C0ACB4 Lily

📋 copy color: '#C0ACB4'

red 192 ◦ green 172 ◦ blue 180

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

Shades of Lily #C0ACB4

Tints of Lily #C0ACB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.09%

R = 35.29%
G = 31.62%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C0ACB4 (or 0xC0ACB4) is known color: Lily. HEX triplet: C0, AC and B4. RGB value is (192,172,180). Sum of RGB (Red+Green+Blue) = 192+172+180=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 172 (67.58% from 255 or 31.62% from 544); Blue value is 180 (70.70% from 255 or 33.09% from 544); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ACB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ACB4 is #3F534B. Grayscale: #B2B2B2. Windows color (decimal): -4150092 or 11840704. OLE color: 11840704.

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

Color convert

RGB 192 172 180 -
CMYK 0 0.10 0.06 0.25
HSL 336º 0.14% 0.71% -
HSV(B) 336º 0.1% 0.75% -
XYZ 44.73 44.01 49.32 -
YUV 178.89 128.63 137.35 -
System Red Green Blue C M Y K H S L
Decimal 192 172 180 0 0.10 0.06 0.25 336 0.14 0.71
Hex C0 AC B4 0 A 6 19 150 E 47
Octal 300 254 264 0 12 6 31 520 16 107
Binary 11000000 10101100 10110100 0 1010 110 11001 101010000 1110 1000111

Color Harmonies of #C0ACB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ACB4

Black with #C0ACB4

Text Example


Text Example

White with #C0ACB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ACB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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