Html Css Color HEX #C5748E Charm

📋 copy color: '#C5748E'

red 197 ◦ green 116 ◦ blue 142

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

Shades of Charm #C5748E

Tints of Charm #C5748E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 31.21%

R = 43.3%
G = 25.49%
B = 31.21%

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

#C5748E (or 0xC5748E) is known color: Charm. HEX triplet: C5, 74 and 8E. RGB value is (197,116,142). Sum of RGB (Red+Green+Blue) = 197+116+142=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 197 - color contains mainly: red. Hex color #C5748E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5748E is #3A8B71. Grayscale: #8F8F8F. Windows color (decimal): -3836786 or 9336005. OLE color: 9336005.

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

Color convert

RGB 197 116 142 -
CMYK 0 0.41 0.28 0.23
HSL 340.74º 0.41% 0.61% -
HSV(B) 340.74º 0.41% 0.77% -
XYZ 34.15 26.31 28.87 -
YUV 143.18 127.34 166.39 -
System Red Green Blue C M Y K H S L
Decimal 197 116 142 0 0.41 0.28 0.23 340.74 0.41 0.61
Hex C5 74 8E 0 29 1C 17 155 29 3D
Octal 305 164 216 0 51 34 27 525 51 75
Binary 11000101 1110100 10001110 0 101001 11100 10111 101010101 101001 111101

Color Harmonies of #C5748E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5748E

Black with #C5748E

Text Example


Text Example

White with #C5748E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5748E; }

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

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

background-color css

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

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

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

border-color css

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

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

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