Html Css Color HEX #C58CA9 Lily

📋 copy color: '#C58CA9'

red 197 ◦ green 140 ◦ blue 169

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

Shades of Lily #C58CA9

Tints of Lily #C58CA9

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.67%

 BLUE value IS 169 (66.41% from 255) = 33.4%

R = 38.93%
G = 27.67%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C58CA9 (or 0xC58CA9) is known color: Lily. HEX triplet: C5, 8C and A9. RGB value is (197,140,169). Sum of RGB (Red+Green+Blue) = 197+140+169=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 140 (55.08% from 255 or 27.67% from 506); Blue value is 169 (66.41% from 255 or 33.40% from 506); Max value from RGB is 197 - color contains mainly: red. Hex color #C58CA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58CA9 is #3A7356. Grayscale: #A0A0A0. Windows color (decimal): -3830615 or 11111621. OLE color: 11111621.

HSL color Cylindrical-coordinate representation of color #C58CA9: hue angle of 329.47º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C58CA9 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 140 169 -
CMYK 0 0.29 0.14 0.23
HSL 329.47º 0.33% 0.66% -
HSV(B) 329.47º 0.29% 0.77% -
XYZ 39.57 33.49 41.92 -
YUV 160.35 132.88 154.14 -
System Red Green Blue C M Y K H S L
Decimal 197 140 169 0 0.29 0.14 0.23 329.47 0.33 0.66
Hex C5 8C A9 0 1D E 17 149 21 42
Octal 305 214 251 0 35 16 27 511 41 102
Binary 11000101 10001100 10101001 0 11101 1110 10111 101001001 100001 1000010

Color Harmonies of #C58CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58CA9

Black with #C58CA9

Text Example


Text Example

White with #C58CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58CA9; }

 p { color: rgb(197,140,169); }

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

background-color css

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

 a { background-color: rgb(197,140,169); }

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

border-color css

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

 span { border-color: rgb(197,140,169); }

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