Html Css Color HEX #C57385 Charm

📋 copy color: '#C57385'

red 197 ◦ green 115 ◦ blue 133

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

Shades of Charm #C57385

Tints of Charm #C57385

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.84%

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

R = 44.27%
G = 25.84%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C57385 (or 0xC57385) is known color: Charm. HEX triplet: C5, 73 and 85. RGB value is (197,115,133). Sum of RGB (Red+Green+Blue) = 197+115+133=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 115 (45.31% from 255 or 25.84% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C57385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57385 is #3A8C7A. Grayscale: #8D8D8D. Windows color (decimal): -3837051 or 8745925. OLE color: 8745925.

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

Color convert

RGB 197 115 133 -
CMYK 0 0.42 0.32 0.23
HSL 346.83º 0.41% 0.61% -
HSV(B) 346.83º 0.42% 0.77% -
XYZ 33.39 25.83 25.42 -
YUV 141.57 123.17 167.54 -
System Red Green Blue C M Y K H S L
Decimal 197 115 133 0 0.42 0.32 0.23 346.83 0.41 0.61
Hex C5 73 85 0 2A 20 17 15B 29 3D
Octal 305 163 205 0 52 40 27 533 51 75
Binary 11000101 1110011 10000101 0 101010 100000 10111 101011011 101001 111101

Color Harmonies of #C57385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57385

Black with #C57385

Text Example


Text Example

White with #C57385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57385; }

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

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

background-color css

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

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

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

border-color css

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

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

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