Html Css Color HEX #C58486 Charm

📋 copy color: '#C58486'

red 197 ◦ green 132 ◦ blue 134

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

Shades of Charm #C58486

Tints of Charm #C58486

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.51%

 BLUE value IS 134 (52.73% from 255) = 28.94%

R = 42.55%
G = 28.51%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C58486 (or 0xC58486) is known color: Charm. HEX triplet: C5, 84 and 86. RGB value is (197,132,134). Sum of RGB (Red+Green+Blue) = 197+132+134=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 132 (51.95% from 255 or 28.51% from 463); Blue value is 134 (52.73% from 255 or 28.94% from 463); Max value from RGB is 197 - color contains mainly: red. Hex color #C58486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58486 is #3A7B79. Grayscale: #979797. Windows color (decimal): -3832698 or 8815813. OLE color: 8815813.

HSL color Cylindrical-coordinate representation of color #C58486: hue angle of 358.15º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C58486 is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 132 134 -
CMYK 0 0.33 0.32 0.23
HSL 358.15º 0.36% 0.65% -
HSV(B) 358.15º 0.33% 0.77% -
XYZ 35.58 30.09 26.49 -
YUV 151.66 118.03 160.34 -
System Red Green Blue C M Y K H S L
Decimal 197 132 134 0 0.33 0.32 0.23 358.15 0.36 0.65
Hex C5 84 86 0 21 20 17 166 24 41
Octal 305 204 206 0 41 40 27 546 44 101
Binary 11000101 10000100 10000110 0 100001 100000 10111 101100110 100100 1000001

Color Harmonies of #C58486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58486

Black with #C58486

Text Example


Text Example

White with #C58486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58486; }

 p { color: rgb(197,132,134); }

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

background-color css

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

 a { background-color: rgb(197,132,134); }

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

border-color css

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

 span { border-color: rgb(197,132,134); }

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