Html Css Color HEX #C08DA7 Lily

📋 copy color: '#C08DA7'

red 192 ◦ green 141 ◦ blue 167

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

Shades of Lily #C08DA7

Tints of Lily #C08DA7

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.2%

 BLUE value IS 167 (65.63% from 255) = 33.4%

R = 38.4%
G = 28.2%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#C08DA7 (or 0xC08DA7) is known color: Lily. HEX triplet: C0, 8D and A7. RGB value is (192,141,167). Sum of RGB (Red+Green+Blue) = 192+141+167=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 141 (55.47% from 255 or 28.2% from 500); Blue value is 167 (65.62% from 255 or 33.4% from 500); Max value from RGB is 192 - color contains mainly: red. Hex color #C08DA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08DA7 is #3F7258. Grayscale: #9F9F9F. Windows color (decimal): -4158041 or 10980800. OLE color: 10980800.

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

Color convert

RGB 192 141 167 -
CMYK 0 0.27 0.13 0.25
HSL 329.41º 0.29% 0.65% -
HSV(B) 329.41º 0.27% 0.75% -
XYZ 38.24 33.05 40.92 -
YUV 159.21 132.4 151.39 -
System Red Green Blue C M Y K H S L
Decimal 192 141 167 0 0.27 0.13 0.25 329.41 0.29 0.65
Hex C0 8D A7 0 1B D 19 149 1D 41
Octal 300 215 247 0 33 15 31 511 35 101
Binary 11000000 10001101 10100111 0 11011 1101 11001 101001001 11101 1000001

Color Harmonies of #C08DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08DA7

Black with #C08DA7

Text Example


Text Example

White with #C08DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08DA7; }

 p { color: rgb(192,141,167); }

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

background-color css

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

 a { background-color: rgb(192,141,167); }

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

border-color css

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

 span { border-color: rgb(192,141,167); }

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