Html Css Color HEX #C58CAB Lily

📋 copy color: '#C58CAB'

red 197 ◦ green 140 ◦ blue 171

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

Shades of Lily #C58CAB

Tints of Lily #C58CAB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.56%

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

R = 38.78%
G = 27.56%
B = 33.66%

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

#C58CAB (or 0xC58CAB) is known color: Lily. HEX triplet: C5, 8C and AB. RGB value is (197,140,171). Sum of RGB (Red+Green+Blue) = 197+140+171=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 140 (55.08% from 255 or 27.56% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 197 - color contains mainly: red. Hex color #C58CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58CAB is #3A7354. Grayscale: #A0A0A0. Windows color (decimal): -3830613 or 11242693. OLE color: 11242693.

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

Color convert

RGB 197 140 171 -
CMYK 0 0.29 0.13 0.23
HSL 327.37º 0.33% 0.66% -
HSV(B) 327.37º 0.29% 0.77% -
XYZ 39.75 33.57 42.91 -
YUV 160.58 133.88 153.98 -
System Red Green Blue C M Y K H S L
Decimal 197 140 171 0 0.29 0.13 0.23 327.37 0.33 0.66
Hex C5 8C AB 0 1D D 17 147 21 42
Octal 305 214 253 0 35 15 27 507 41 102
Binary 11000101 10001100 10101011 0 11101 1101 10111 101000111 100001 1000010

Color Harmonies of #C58CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58CAB

Black with #C58CAB

Text Example


Text Example

White with #C58CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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