Html Css Color HEX #C58CB6 Lily

📋 copy color: '#C58CB6'

red 197 ◦ green 140 ◦ blue 182

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

Shades of Lily #C58CB6

Tints of Lily #C58CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.07%

R = 37.96%
G = 26.97%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C58CB6 (or 0xC58CB6) is known color: Lily. HEX triplet: C5, 8C and B6. RGB value is (197,140,182). Sum of RGB (Red+Green+Blue) = 197+140+182=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 140 (55.08% from 255 or 26.97% from 519); Blue value is 182 (71.48% from 255 or 35.07% from 519); Max value from RGB is 197 - color contains mainly: red. Hex color #C58CB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58CB6 is #3A7349. Grayscale: #A1A1A1. Windows color (decimal): -3830602 or 11963589. OLE color: 11963589.

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

Color convert

RGB 197 140 182 -
CMYK 0 0.29 0.08 0.23
HSL 315.79º 0.33% 0.66% -
HSV(B) 315.79º 0.29% 0.77% -
XYZ 40.85 34 48.67 -
YUV 161.83 139.38 153.08 -
System Red Green Blue C M Y K H S L
Decimal 197 140 182 0 0.29 0.08 0.23 315.79 0.33 0.66
Hex C5 8C B6 0 1D 8 17 13C 21 42
Octal 305 214 266 0 35 10 27 474 41 102
Binary 11000101 10001100 10110110 0 11101 1000 10111 100111100 100001 1000010

Color Harmonies of #C58CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58CB6

Black with #C58CB6

Text Example


Text Example

White with #C58CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58CB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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