Html Css Color HEX #C182AD Lily

📋 copy color: '#C182AD'

red 193 ◦ green 130 ◦ blue 173

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

Shades of Lily #C182AD

Tints of Lily #C182AD

RGB

 RED value IS 193 (75.78% from 255) = 38.91%

 GREEN value IS 130 (51.17% from 255) = 26.21%

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

R = 38.91%
G = 26.21%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C182AD (or 0xC182AD) is known color: Lily. HEX triplet: C1, 82 and AD. RGB value is (193,130,173). Sum of RGB (Red+Green+Blue) = 193+130+173=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 130 (51.17% from 255 or 26.21% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 193 - color contains mainly: red. Hex color #C182AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C182AD is #3E7D52. Grayscale: #999999. Windows color (decimal): -4095315 or 11371201. OLE color: 11371201.

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

Color convert

RGB 193 130 173 -
CMYK 0 0.33 0.10 0.24
HSL 319.05º 0.34% 0.63% -
HSV(B) 319.05º 0.33% 0.76% -
XYZ 37.52 30.32 43.41 -
YUV 153.74 138.87 156 -
System Red Green Blue C M Y K H S L
Decimal 193 130 173 0 0.33 0.10 0.24 319.05 0.34 0.63
Hex C1 82 AD 0 21 A 18 13F 22 3F
Octal 301 202 255 0 41 12 30 477 42 77
Binary 11000001 10000010 10101101 0 100001 1010 11000 100111111 100010 111111

Color Harmonies of #C182AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C182AD

Black with #C182AD

Text Example


Text Example

White with #C182AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C182AD; }

 p { color: rgb(193,130,173); }

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

background-color css

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

 a { background-color: rgb(193,130,173); }

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

border-color css

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

 span { border-color: rgb(193,130,173); }

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