Html Css Color HEX #C083AD Lily

📋 copy color: '#C083AD'

red 192 ◦ green 131 ◦ blue 173

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

Shades of Lily #C083AD

Tints of Lily #C083AD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.41%

 BLUE value IS 173 (67.97% from 255) = 34.88%

R = 38.71%
G = 26.41%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C083AD (or 0xC083AD) is known color: Lily. HEX triplet: C0, 83 and AD. RGB value is (192,131,173). Sum of RGB (Red+Green+Blue) = 192+131+173=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 131 (51.56% from 255 or 26.41% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 192 - color contains mainly: red. Hex color #C083AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C083AD is #3F7C52. Grayscale: #999999. Windows color (decimal): -4160595 or 11371456. OLE color: 11371456.

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

Color convert

RGB 192 131 173 -
CMYK 0 0.32 0.10 0.25
HSL 318.69º 0.33% 0.63% -
HSV(B) 318.69º 0.32% 0.75% -
XYZ 37.4 30.46 43.44 -
YUV 154.03 138.71 155.08 -
System Red Green Blue C M Y K H S L
Decimal 192 131 173 0 0.32 0.10 0.25 318.69 0.33 0.63
Hex C0 83 AD 0 20 A 19 13F 21 3F
Octal 300 203 255 0 40 12 31 477 41 77
Binary 11000000 10000011 10101101 0 100000 1010 11001 100111111 100001 111111

Color Harmonies of #C083AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C083AD

Black with #C083AD

Text Example


Text Example

White with #C083AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C083AD; }

 p { color: rgb(192,131,173); }

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

background-color css

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

 a { background-color: rgb(192,131,173); }

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

border-color css

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

 span { border-color: rgb(192,131,173); }

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