Html Css Color HEX #C58BAE Lily

📋 copy color: '#C58BAE'

red 197 ◦ green 139 ◦ blue 174

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

Shades of Lily #C58BAE

Tints of Lily #C58BAE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.25%

 BLUE value IS 174 (68.36% from 255) = 34.12%

R = 38.63%
G = 27.25%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C58BAE (or 0xC58BAE) is known color: Lily. HEX triplet: C5, 8B and AE. RGB value is (197,139,174). Sum of RGB (Red+Green+Blue) = 197+139+174=510 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.63% from 510); Green value is 139 (54.69% from 255 or 27.25% from 510); Blue value is 174 (68.36% from 255 or 34.12% from 510); Max value from RGB is 197 - color contains mainly: red. Hex color #C58BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58BAE is #3A7451. Grayscale: #A0A0A0. Windows color (decimal): -3830866 or 11439045. OLE color: 11439045.

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

Color convert

RGB 197 139 174 -
CMYK 0 0.29 0.12 0.23
HSL 323.79º 0.33% 0.66% -
HSV(B) 323.79º 0.29% 0.77% -
XYZ 39.9 33.39 44.39 -
YUV 160.33 135.72 154.15 -
System Red Green Blue C M Y K H S L
Decimal 197 139 174 0 0.29 0.12 0.23 323.79 0.33 0.66
Hex C5 8B AE 0 1D C 17 144 21 42
Octal 305 213 256 0 35 14 27 504 41 102
Binary 11000101 10001011 10101110 0 11101 1100 10111 101000100 100001 1000010

Color Harmonies of #C58BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58BAE

Black with #C58BAE

Text Example


Text Example

White with #C58BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58BAE; }

 p { color: rgb(197,139,174); }

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

background-color css

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

 a { background-color: rgb(197,139,174); }

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

border-color css

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

 span { border-color: rgb(197,139,174); }

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