Html Css Color HEX #C58485 Charm

📋 copy color: '#C58485'

red 197 ◦ green 132 ◦ blue 133

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

Shades of Charm #C58485

Tints of Charm #C58485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.79%

R = 42.64%
G = 28.57%
B = 28.79%

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

#C58485 (or 0xC58485) is known color: Charm. HEX triplet: C5, 84 and 85. RGB value is (197,132,133). Sum of RGB (Red+Green+Blue) = 197+132+133=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 133 (52.34% from 255 or 28.79% from 462); Max value from RGB is 197 - color contains mainly: red. Hex color #C58485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58485 is #3A7B7A. Grayscale: #979797. Windows color (decimal): -3832699 or 8750277. OLE color: 8750277.

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

Color convert

RGB 197 132 133 -
CMYK 0 0.33 0.32 0.23
HSL 359.08º 0.36% 0.65% -
HSV(B) 359.08º 0.33% 0.77% -
XYZ 35.51 30.07 26.12 -
YUV 151.55 117.53 160.42 -
System Red Green Blue C M Y K H S L
Decimal 197 132 133 0 0.33 0.32 0.23 359.08 0.36 0.65
Hex C5 84 85 0 21 20 17 167 24 41
Octal 305 204 205 0 41 40 27 547 44 101
Binary 11000101 10000100 10000101 0 100001 100000 10111 101100111 100100 1000001

Color Harmonies of #C58485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58485

Black with #C58485

Text Example


Text Example

White with #C58485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58485; }

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

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

background-color css

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

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

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

border-color css

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

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

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