Html Css Color HEX #C594BA Lily

📋 copy color: '#C594BA'

red 197 ◦ green 148 ◦ blue 186

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

Shades of Lily #C594BA

Tints of Lily #C594BA

RGB

 RED value IS 197 (77.34% from 255) = 37.1%

 GREEN value IS 148 (58.2% from 255) = 27.87%

 BLUE value IS 186 (73.05% from 255) = 35.03%

R = 37.1%
G = 27.87%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C594BA (or 0xC594BA) is known color: Lily. HEX triplet: C5, 94 and BA. RGB value is (197,148,186). Sum of RGB (Red+Green+Blue) = 197+148+186=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 148 (58.20% from 255 or 27.87% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 197 - color contains mainly: red. Hex color #C594BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C594BA is #3A6B45. Grayscale: #A6A6A6. Windows color (decimal): -3828550 or 12227781. OLE color: 12227781.

HSL color Cylindrical-coordinate representation of color #C594BA: hue angle of 313.47º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C594BA is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 148 186 -
CMYK 0 0.25 0.06 0.23
HSL 313.47º 0.3% 0.68% -
HSV(B) 313.47º 0.25% 0.77% -
XYZ 42.48 36.6 51.28 -
YUV 166.98 138.73 149.41 -
System Red Green Blue C M Y K H S L
Decimal 197 148 186 0 0.25 0.06 0.23 313.47 0.3 0.68
Hex C5 94 BA 0 19 6 17 139 1E 44
Octal 305 224 272 0 31 6 27 471 36 104
Binary 11000101 10010100 10111010 0 11001 110 10111 100111001 11110 1000100

Color Harmonies of #C594BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C594BA

Black with #C594BA

Text Example


Text Example

White with #C594BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C594BA; }

 p { color: rgb(197,148,186); }

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

background-color css

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

 a { background-color: rgb(197,148,186); }

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

border-color css

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

 span { border-color: rgb(197,148,186); }

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