Html Css Color HEX #C5748C Charm

📋 copy color: '#C5748C'

red 197 ◦ green 116 ◦ blue 140

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

Shades of Charm #C5748C

Tints of Charm #C5748C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.91%

R = 43.49%
G = 25.61%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C5748C (or 0xC5748C) is known color: Charm. HEX triplet: C5, 74 and 8C. RGB value is (197,116,140). Sum of RGB (Red+Green+Blue) = 197+116+140=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 116 (45.70% from 255 or 25.61% from 453); Blue value is 140 (55.08% from 255 or 30.91% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C5748C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5748C is #3A8B73. Grayscale: #8E8E8E. Windows color (decimal): -3836788 or 9204933. OLE color: 9204933.

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

Color convert

RGB 197 116 140 -
CMYK 0 0.41 0.29 0.23
HSL 342.22º 0.41% 0.61% -
HSV(B) 342.22º 0.41% 0.77% -
XYZ 34 26.25 28.09 -
YUV 142.96 126.34 166.55 -
System Red Green Blue C M Y K H S L
Decimal 197 116 140 0 0.41 0.29 0.23 342.22 0.41 0.61
Hex C5 74 8C 0 29 1D 17 156 29 3D
Octal 305 164 214 0 51 35 27 526 51 75
Binary 11000101 1110100 10001100 0 101001 11101 10111 101010110 101001 111101

Color Harmonies of #C5748C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5748C

Black with #C5748C

Text Example


Text Example

White with #C5748C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5748C; }

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

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

background-color css

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

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

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

border-color css

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

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

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