Html Css Color HEX #C58CAC Lily

📋 copy color: '#C58CAC'

red 197 ◦ green 140 ◦ blue 172

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

Shades of Lily #C58CAC

Tints of Lily #C58CAC

RGB

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

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

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

R = 38.7%
G = 27.5%
B = 33.79%

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

#C58CAC (or 0xC58CAC) is known color: Lily. HEX triplet: C5, 8C and AC. RGB value is (197,140,172). Sum of RGB (Red+Green+Blue) = 197+140+172=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 197 - color contains mainly: red. Hex color #C58CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58CAC is #3A7353. Grayscale: #A0A0A0. Windows color (decimal): -3830612 or 11308229. OLE color: 11308229.

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

Color convert

RGB 197 140 172 -
CMYK 0 0.29 0.13 0.23
HSL 326.32º 0.33% 0.66% -
HSV(B) 326.32º 0.29% 0.77% -
XYZ 39.85 33.61 43.42 -
YUV 160.69 134.38 153.9 -
System Red Green Blue C M Y K H S L
Decimal 197 140 172 0 0.29 0.13 0.23 326.32 0.33 0.66
Hex C5 8C AC 0 1D D 17 146 21 42
Octal 305 214 254 0 35 15 27 506 41 102
Binary 11000101 10001100 10101100 0 11101 1101 10111 101000110 100001 1000010

Color Harmonies of #C58CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58CAC

Black with #C58CAC

Text Example


Text Example

White with #C58CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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