Html Css Color HEX #C08AAC Lily

📋 copy color: '#C08AAC'

red 192 ◦ green 138 ◦ blue 172

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

Shades of Lily #C08AAC

Tints of Lily #C08AAC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.49%

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

R = 38.25%
G = 27.49%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C08AAC (or 0xC08AAC) is known color: Lily. HEX triplet: C0, 8A and AC. RGB value is (192,138,172). Sum of RGB (Red+Green+Blue) = 192+138+172=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 138 (54.30% from 255 or 27.49% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 192 - color contains mainly: red. Hex color #C08AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08AAC is #3F7553. Grayscale: #9D9D9D. Windows color (decimal): -4158804 or 11307712. OLE color: 11307712.

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

Color convert

RGB 192 138 172 -
CMYK 0 0.28 0.10 0.25
HSL 322.22º 0.3% 0.65% -
HSV(B) 322.22º 0.28% 0.75% -
XYZ 38.27 32.36 43.26 -
YUV 158.02 135.89 152.24 -
System Red Green Blue C M Y K H S L
Decimal 192 138 172 0 0.28 0.10 0.25 322.22 0.3 0.65
Hex C0 8A AC 0 1C A 19 142 1E 41
Octal 300 212 254 0 34 12 31 502 36 101
Binary 11000000 10001010 10101100 0 11100 1010 11001 101000010 11110 1000001

Color Harmonies of #C08AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08AAC

Black with #C08AAC

Text Example


Text Example

White with #C08AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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