Html Css Color HEX #C5758D Charm

📋 copy color: '#C5758D'

red 197 ◦ green 117 ◦ blue 141

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

Shades of Charm #C5758D

Tints of Charm #C5758D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.71%

 BLUE value IS 141 (55.47% from 255) = 30.99%

R = 43.3%
G = 25.71%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C5758D (or 0xC5758D) is known color: Charm. HEX triplet: C5, 75 and 8D. RGB value is (197,117,141). Sum of RGB (Red+Green+Blue) = 197+117+141=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 141 (55.47% from 255 or 30.99% from 455); Max value from RGB is 197 - color contains mainly: red. Hex color #C5758D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5758D is #3A8A72. Grayscale: #8F8F8F. Windows color (decimal): -3836531 or 9270725. OLE color: 9270725.

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

Color convert

RGB 197 117 141 -
CMYK 0 0.41 0.28 0.23
HSL 342º 0.41% 0.62% -
HSV(B) 342º 0.41% 0.77% -
XYZ 34.19 26.52 28.52 -
YUV 143.66 126.5 166.05 -
System Red Green Blue C M Y K H S L
Decimal 197 117 141 0 0.41 0.28 0.23 342 0.41 0.62
Hex C5 75 8D 0 29 1C 17 156 29 3E
Octal 305 165 215 0 51 34 27 526 51 76
Binary 11000101 1110101 10001101 0 101001 11100 10111 101010110 101001 111110

Color Harmonies of #C5758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5758D

Black with #C5758D

Text Example


Text Example

White with #C5758D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5758D; }

 p { color: rgb(197,117,141); }

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

background-color css

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

 a { background-color: rgb(197,117,141); }

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

border-color css

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

 span { border-color: rgb(197,117,141); }

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