Html Css Color HEX #C58AAC Lily

📋 copy color: '#C58AAC'

red 197 ◦ green 138 ◦ blue 172

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

Shades of Lily #C58AAC

Tints of Lily #C58AAC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.22%

 BLUE value IS 172 (67.58% from 255) = 33.93%

R = 38.86%
G = 27.22%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C58AAC (or 0xC58AAC) is known color: Lily. HEX triplet: C5, 8A and AC. RGB value is (197,138,172). Sum of RGB (Red+Green+Blue) = 197+138+172=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 138 (54.30% from 255 or 27.22% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 197 - color contains mainly: red. Hex color #C58AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58AAC is #3A7553. Grayscale: #9F9F9F. Windows color (decimal): -3831124 or 11307717. OLE color: 11307717.

HSL color Cylindrical-coordinate representation of color #C58AAC: hue angle of 325.42º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C58AAC is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 138 172 -
CMYK 0 0.30 0.13 0.23
HSL 325.42º 0.34% 0.66% -
HSV(B) 325.42º 0.3% 0.77% -
XYZ 39.56 33.03 43.32 -
YUV 159.52 135.05 154.74 -
System Red Green Blue C M Y K H S L
Decimal 197 138 172 0 0.30 0.13 0.23 325.42 0.34 0.66
Hex C5 8A AC 0 1E D 17 145 22 42
Octal 305 212 254 0 36 15 27 505 42 102
Binary 11000101 10001010 10101100 0 11110 1101 10111 101000101 100010 1000010

Color Harmonies of #C58AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58AAC

Black with #C58AAC

Text Example


Text Example

White with #C58AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58AAC; }

 p { color: rgb(197,138,172); }

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

background-color css

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

 a { background-color: rgb(197,138,172); }

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

border-color css

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

 span { border-color: rgb(197,138,172); }

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