Html Css Color HEX #C08DAF Lily

📋 copy color: '#C08DAF'

red 192 ◦ green 141 ◦ blue 175

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

Shades of Lily #C08DAF

Tints of Lily #C08DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.45%

R = 37.8%
G = 27.76%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C08DAF (or 0xC08DAF) is known color: Lily. HEX triplet: C0, 8D and AF. RGB value is (192,141,175). Sum of RGB (Red+Green+Blue) = 192+141+175=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 141 (55.47% from 255 or 27.76% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 192 - color contains mainly: red. Hex color #C08DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08DAF is #3F7250. Grayscale: #A0A0A0. Windows color (decimal): -4158033 or 11505088. OLE color: 11505088.

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

Color convert

RGB 192 141 175 -
CMYK 0 0.27 0.09 0.25
HSL 320º 0.29% 0.65% -
HSV(B) 320º 0.27% 0.75% -
XYZ 39 33.35 44.94 -
YUV 160.13 136.4 150.74 -
System Red Green Blue C M Y K H S L
Decimal 192 141 175 0 0.27 0.09 0.25 320 0.29 0.65
Hex C0 8D AF 0 1B 9 19 140 1D 41
Octal 300 215 257 0 33 11 31 500 35 101
Binary 11000000 10001101 10101111 0 11011 1001 11001 101000000 11101 1000001

Color Harmonies of #C08DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08DAF

Black with #C08DAF

Text Example


Text Example

White with #C08DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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