Html Css Color HEX #C58BAA Lily

📋 copy color: '#C58BAA'

red 197 ◦ green 139 ◦ blue 170

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

Shades of Lily #C58BAA

Tints of Lily #C58BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.6%

R = 38.93%
G = 27.47%
B = 33.6%

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

#C58BAA (or 0xC58BAA) is known color: Lily. HEX triplet: C5, 8B and AA. RGB value is (197,139,170). Sum of RGB (Red+Green+Blue) = 197+139+170=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 139 (54.69% from 255 or 27.47% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 197 - color contains mainly: red. Hex color #C58BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58BAA is #3A7455. Grayscale: #9F9F9F. Windows color (decimal): -3830870 or 11176901. OLE color: 11176901.

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

Color convert

RGB 197 139 170 -
CMYK 0 0.29 0.14 0.23
HSL 327.93º 0.33% 0.66% -
HSV(B) 327.93º 0.29% 0.77% -
XYZ 39.51 33.24 42.36 -
YUV 159.88 133.72 154.48 -
System Red Green Blue C M Y K H S L
Decimal 197 139 170 0 0.29 0.14 0.23 327.93 0.33 0.66
Hex C5 8B AA 0 1D E 17 148 21 42
Octal 305 213 252 0 35 16 27 510 41 102
Binary 11000101 10001011 10101010 0 11101 1110 10111 101001000 100001 1000010

Color Harmonies of #C58BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58BAA

Black with #C58BAA

Text Example


Text Example

White with #C58BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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