Html Css Color HEX #C08FAC Lily

📋 copy color: '#C08FAC'

red 192 ◦ green 143 ◦ blue 172

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

Shades of Lily #C08FAC

Tints of Lily #C08FAC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.21%

 BLUE value IS 172 (67.58% from 255) = 33.93%

R = 37.87%
G = 28.21%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C08FAC (or 0xC08FAC) is known color: Lily. HEX triplet: C0, 8F and AC. RGB value is (192,143,172). Sum of RGB (Red+Green+Blue) = 192+143+172=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 143 (56.25% from 255 or 28.21% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 192 - color contains mainly: red. Hex color #C08FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08FAC is #3F7053. Grayscale: #A0A0A0. Windows color (decimal): -4157524 or 11308992. OLE color: 11308992.

HSL color Cylindrical-coordinate representation of color #C08FAC: hue angle of 324.49º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C08FAC is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 143 172 -
CMYK 0 0.26 0.10 0.25
HSL 324.49º 0.28% 0.66% -
HSV(B) 324.49º 0.26% 0.75% -
XYZ 39.01 33.83 43.5 -
YUV 160.96 134.23 150.14 -
System Red Green Blue C M Y K H S L
Decimal 192 143 172 0 0.26 0.10 0.25 324.49 0.28 0.66
Hex C0 8F AC 0 1A A 19 144 1C 42
Octal 300 217 254 0 32 12 31 504 34 102
Binary 11000000 10001111 10101100 0 11010 1010 11001 101000100 11100 1000010

Color Harmonies of #C08FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08FAC

Black with #C08FAC

Text Example


Text Example

White with #C08FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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