Html Css Color HEX #C188AF Lily

📋 copy color: '#C188AF'

red 193 ◦ green 136 ◦ blue 175

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

Shades of Lily #C188AF

Tints of Lily #C188AF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.98%

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

R = 38.29%
G = 26.98%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C188AF (or 0xC188AF) is known color: Lily. HEX triplet: C1, 88 and AF. RGB value is (193,136,175). Sum of RGB (Red+Green+Blue) = 193+136+175=504 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.29% from 504); Green value is 136 (53.52% from 255 or 26.98% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 193 - color contains mainly: red. Hex color #C188AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C188AF is #3E7750. Grayscale: #9D9D9D. Windows color (decimal): -4093777 or 11503809. OLE color: 11503809.

HSL color Cylindrical-coordinate representation of color #C188AF: hue angle of 318.95º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C188AF is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 136 175 -
CMYK 0 0.30 0.09 0.24
HSL 318.95º 0.31% 0.65% -
HSV(B) 318.95º 0.3% 0.76% -
XYZ 38.53 32.04 44.71 -
YUV 157.49 137.88 153.33 -
System Red Green Blue C M Y K H S L
Decimal 193 136 175 0 0.30 0.09 0.24 318.95 0.31 0.65
Hex C1 88 AF 0 1E 9 18 13F 1F 41
Octal 301 210 257 0 36 11 30 477 37 101
Binary 11000001 10001000 10101111 0 11110 1001 11000 100111111 11111 1000001

Color Harmonies of #C188AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C188AF

Black with #C188AF

Text Example


Text Example

White with #C188AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C188AF; }

 p { color: rgb(193,136,175); }

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

background-color css

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

 a { background-color: rgb(193,136,175); }

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

border-color css

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

 span { border-color: rgb(193,136,175); }

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