Html Css Color HEX #C5748D Charm

📋 copy color: '#C5748D'

red 197 ◦ green 116 ◦ blue 141

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

Shades of Charm #C5748D

Tints of Charm #C5748D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.55%

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

R = 43.39%
G = 25.55%
B = 31.06%

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

#C5748D (or 0xC5748D) is known color: Charm. HEX triplet: C5, 74 and 8D. RGB value is (197,116,141). Sum of RGB (Red+Green+Blue) = 197+116+141=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 116 (45.70% from 255 or 25.55% from 454); Blue value is 141 (55.47% from 255 or 31.06% from 454); Max value from RGB is 197 - color contains mainly: red. Hex color #C5748D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5748D is #3A8B72. Grayscale: #8F8F8F. Windows color (decimal): -3836787 or 9270469. OLE color: 9270469.

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

Color convert

RGB 197 116 141 -
CMYK 0 0.41 0.28 0.23
HSL 341.48º 0.41% 0.61% -
HSV(B) 341.48º 0.41% 0.77% -
XYZ 34.08 26.28 28.48 -
YUV 143.07 126.84 166.47 -
System Red Green Blue C M Y K H S L
Decimal 197 116 141 0 0.41 0.28 0.23 341.48 0.41 0.61
Hex C5 74 8D 0 29 1C 17 155 29 3D
Octal 305 164 215 0 51 34 27 525 51 75
Binary 11000101 1110100 10001101 0 101001 11100 10111 101010101 101001 111101

Color Harmonies of #C5748D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5748D

Black with #C5748D

Text Example


Text Example

White with #C5748D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5748D; }

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

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

background-color css

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

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

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

border-color css

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

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

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