Html Css Color HEX #C083AC Lily

📋 copy color: '#C083AC'

red 192 ◦ green 131 ◦ blue 172

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

Shades of Lily #C083AC

Tints of Lily #C083AC

RGB

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

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

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

R = 38.79%
G = 26.46%
B = 34.75%

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

#C083AC (or 0xC083AC) is known color: Lily. HEX triplet: C0, 83 and AC. RGB value is (192,131,172). Sum of RGB (Red+Green+Blue) = 192+131+172=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 131 (51.56% from 255 or 26.46% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 192 - color contains mainly: red. Hex color #C083AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C083AC is #3F7C53. Grayscale: #999999. Windows color (decimal): -4160596 or 11305920. OLE color: 11305920.

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

Color convert

RGB 192 131 172 -
CMYK 0 0.32 0.10 0.25
HSL 319.67º 0.33% 0.63% -
HSV(B) 319.67º 0.32% 0.75% -
XYZ 37.3 30.42 42.93 -
YUV 153.91 138.21 155.17 -
System Red Green Blue C M Y K H S L
Decimal 192 131 172 0 0.32 0.10 0.25 319.67 0.33 0.63
Hex C0 83 AC 0 20 A 19 140 21 3F
Octal 300 203 254 0 40 12 31 500 41 77
Binary 11000000 10000011 10101100 0 100000 1010 11001 101000000 100001 111111

Color Harmonies of #C083AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C083AC

Black with #C083AC

Text Example


Text Example

White with #C083AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C083AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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