Html Css Color HEX #C58CAE Lily

📋 copy color: '#C58CAE'

red 197 ◦ green 140 ◦ blue 174

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

Shades of Lily #C58CAE

Tints of Lily #C58CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 34.05%

R = 38.55%
G = 27.4%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C58CAE (or 0xC58CAE) is known color: Lily. HEX triplet: C5, 8C and AE. RGB value is (197,140,174). Sum of RGB (Red+Green+Blue) = 197+140+174=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 174 (68.36% from 255 or 34.05% from 511); Max value from RGB is 197 - color contains mainly: red. Hex color #C58CAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58CAE is #3A7351. Grayscale: #A0A0A0. Windows color (decimal): -3830610 or 11439301. OLE color: 11439301.

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

Color convert

RGB 197 140 174 -
CMYK 0 0.29 0.12 0.23
HSL 324.21º 0.33% 0.66% -
HSV(B) 324.21º 0.29% 0.77% -
XYZ 40.04 33.68 44.44 -
YUV 160.92 135.38 153.74 -
System Red Green Blue C M Y K H S L
Decimal 197 140 174 0 0.29 0.12 0.23 324.21 0.33 0.66
Hex C5 8C AE 0 1D C 17 144 21 42
Octal 305 214 256 0 35 14 27 504 41 102
Binary 11000101 10001100 10101110 0 11101 1100 10111 101000100 100001 1000010

Color Harmonies of #C58CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58CAE

Black with #C58CAE

Text Example


Text Example

White with #C58CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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