Html Css Color HEX #C58BAC Lily

📋 copy color: '#C58BAC'

red 197 ◦ green 139 ◦ blue 172

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

Shades of Lily #C58BAC

Tints of Lily #C58BAC

RGB

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

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

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

R = 38.78%
G = 27.36%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C58BAC (or 0xC58BAC) is known color: Lily. HEX triplet: C5, 8B and AC. RGB value is (197,139,172). Sum of RGB (Red+Green+Blue) = 197+139+172=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 139 (54.69% from 255 or 27.36% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 197 - color contains mainly: red. Hex color #C58BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58BAC is #3A7453. Grayscale: #A0A0A0. Windows color (decimal): -3830868 or 11307973. OLE color: 11307973.

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

Color convert

RGB 197 139 172 -
CMYK 0 0.29 0.13 0.23
HSL 325.86º 0.33% 0.66% -
HSV(B) 325.86º 0.29% 0.77% -
XYZ 39.7 33.31 43.37 -
YUV 160.1 134.72 154.32 -
System Red Green Blue C M Y K H S L
Decimal 197 139 172 0 0.29 0.13 0.23 325.86 0.33 0.66
Hex C5 8B AC 0 1D D 17 146 21 42
Octal 305 213 254 0 35 15 27 506 41 102
Binary 11000101 10001011 10101100 0 11101 1101 10111 101000110 100001 1000010

Color Harmonies of #C58BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58BAC

Black with #C58BAC

Text Example


Text Example

White with #C58BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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