Html Css Color HEX #C08CA9 Lily

📋 copy color: '#C08CA9'

red 192 ◦ green 140 ◦ blue 169

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

Shades of Lily #C08CA9

Tints of Lily #C08CA9

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.94%

 BLUE value IS 169 (66.41% from 255) = 33.73%

R = 38.32%
G = 27.94%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#C08CA9 (or 0xC08CA9) is known color: Lily. HEX triplet: C0, 8C and A9. RGB value is (192,140,169). Sum of RGB (Red+Green+Blue) = 192+140+169=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 140 (55.08% from 255 or 27.94% from 501); Blue value is 169 (66.41% from 255 or 33.73% from 501); Max value from RGB is 192 - color contains mainly: red. Hex color #C08CA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08CA9 is #3F7356. Grayscale: #9E9E9E. Windows color (decimal): -4158295 or 11111616. OLE color: 11111616.

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

Color convert

RGB 192 140 169 -
CMYK 0 0.27 0.12 0.25
HSL 326.54º 0.29% 0.65% -
HSV(B) 326.54º 0.27% 0.75% -
XYZ 38.28 32.83 41.85 -
YUV 158.85 133.73 151.64 -
System Red Green Blue C M Y K H S L
Decimal 192 140 169 0 0.27 0.12 0.25 326.54 0.29 0.65
Hex C0 8C A9 0 1B C 19 147 1D 41
Octal 300 214 251 0 33 14 31 507 35 101
Binary 11000000 10001100 10101001 0 11011 1100 11001 101000111 11101 1000001

Color Harmonies of #C08CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08CA9

Black with #C08CA9

Text Example


Text Example

White with #C08CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08CA9; }

 p { color: rgb(192,140,169); }

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

background-color css

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

 a { background-color: rgb(192,140,169); }

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

border-color css

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

 span { border-color: rgb(192,140,169); }

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