Html Css Color HEX #C186A8 Lily

📋 copy color: '#C186A8'

red 193 ◦ green 134 ◦ blue 168

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

Shades of Lily #C186A8

Tints of Lily #C186A8

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.07%

 BLUE value IS 168 (66.02% from 255) = 33.94%

R = 38.99%
G = 27.07%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C186A8 (or 0xC186A8) is known color: Lily. HEX triplet: C1, 86 and A8. RGB value is (193,134,168). Sum of RGB (Red+Green+Blue) = 193+134+168=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 134 (52.73% from 255 or 27.07% from 495); Blue value is 168 (66.02% from 255 or 33.94% from 495); Max value from RGB is 193 - color contains mainly: red. Hex color #C186A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C186A8 is #3E7957. Grayscale: #9B9B9B. Windows color (decimal): -4094296 or 11044545. OLE color: 11044545.

HSL color Cylindrical-coordinate representation of color #C186A8: hue angle of 325.42º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C186A8 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 134 168 -
CMYK 0 0.31 0.13 0.24
HSL 325.42º 0.32% 0.64% -
HSV(B) 325.42º 0.31% 0.76% -
XYZ 37.59 31.21 41.09 -
YUV 155.52 135.05 154.74 -
System Red Green Blue C M Y K H S L
Decimal 193 134 168 0 0.31 0.13 0.24 325.42 0.32 0.64
Hex C1 86 A8 0 1F D 18 145 20 40
Octal 301 206 250 0 37 15 30 505 40 100
Binary 11000001 10000110 10101000 0 11111 1101 11000 101000101 100000 1000000

Color Harmonies of #C186A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C186A8

Black with #C186A8

Text Example


Text Example

White with #C186A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C186A8; }

 p { color: rgb(193,134,168); }

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

background-color css

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

 a { background-color: rgb(193,134,168); }

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

border-color css

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

 span { border-color: rgb(193,134,168); }

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