Html Css Color HEX #C58BAB Lily

📋 copy color: '#C58BAB'

red 197 ◦ green 139 ◦ blue 171

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

Shades of Lily #C58BAB

Tints of Lily #C58BAB

RGB

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

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

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

R = 38.86%
G = 27.42%
B = 33.73%

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

#C58BAB (or 0xC58BAB) is known color: Lily. HEX triplet: C5, 8B and AB. RGB value is (197,139,171). Sum of RGB (Red+Green+Blue) = 197+139+171=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 139 (54.69% from 255 or 27.42% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 197 - color contains mainly: red. Hex color #C58BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58BAB is #3A7454. Grayscale: #9F9F9F. Windows color (decimal): -3830869 or 11242437. OLE color: 11242437.

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

Color convert

RGB 197 139 171 -
CMYK 0 0.29 0.13 0.23
HSL 326.9º 0.33% 0.66% -
HSV(B) 326.9º 0.29% 0.77% -
XYZ 39.61 33.28 42.86 -
YUV 159.99 134.22 154.4 -
System Red Green Blue C M Y K H S L
Decimal 197 139 171 0 0.29 0.13 0.23 326.9 0.33 0.66
Hex C5 8B AB 0 1D D 17 147 21 42
Octal 305 213 253 0 35 15 27 507 41 102
Binary 11000101 10001011 10101011 0 11101 1101 10111 101000111 100001 1000010

Color Harmonies of #C58BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58BAB

Black with #C58BAB

Text Example


Text Example

White with #C58BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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