Html Css Color HEX #C58AAB Lily

📋 copy color: '#C58AAB'

red 197 ◦ green 138 ◦ blue 171

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

Shades of Lily #C58AAB

Tints of Lily #C58AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.79%

R = 38.93%
G = 27.27%
B = 33.79%

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

#C58AAB (or 0xC58AAB) is known color: Lily. HEX triplet: C5, 8A and AB. RGB value is (197,138,171). Sum of RGB (Red+Green+Blue) = 197+138+171=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 138 (54.30% from 255 or 27.27% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 197 - color contains mainly: red. Hex color #C58AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58AAB is #3A7554. Grayscale: #9F9F9F. Windows color (decimal): -3831125 or 11242181. OLE color: 11242181.

HSL color Cylindrical-coordinate representation of color #C58AAB: hue angle of 326.44º 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 #C58AAB is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 138 171 -
CMYK 0 0.30 0.13 0.23
HSL 326.44º 0.34% 0.66% -
HSV(B) 326.44º 0.3% 0.77% -
XYZ 39.47 32.99 42.82 -
YUV 159.4 134.55 154.82 -
System Red Green Blue C M Y K H S L
Decimal 197 138 171 0 0.30 0.13 0.23 326.44 0.34 0.66
Hex C5 8A AB 0 1E D 17 146 22 42
Octal 305 212 253 0 36 15 27 506 42 102
Binary 11000101 10001010 10101011 0 11110 1101 10111 101000110 100010 1000010

Color Harmonies of #C58AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58AAB

Black with #C58AAB

Text Example


Text Example

White with #C58AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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