Html Css Color HEX #C5748A Charm

📋 copy color: '#C5748A'

red 197 ◦ green 116 ◦ blue 138

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

Shades of Charm #C5748A

Tints of Charm #C5748A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.6%

R = 43.68%
G = 25.72%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C5748A (or 0xC5748A) is known color: Charm. HEX triplet: C5, 74 and 8A. RGB value is (197,116,138). Sum of RGB (Red+Green+Blue) = 197+116+138=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 116 (45.70% from 255 or 25.72% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 197 - color contains mainly: red. Hex color #C5748A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5748A is #3A8B75. Grayscale: #8E8E8E. Windows color (decimal): -3836790 or 9073861. OLE color: 9073861.

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

Color convert

RGB 197 116 138 -
CMYK 0 0.41 0.30 0.23
HSL 343.7º 0.41% 0.61% -
HSV(B) 343.7º 0.41% 0.77% -
XYZ 33.86 26.2 27.32 -
YUV 142.73 125.34 166.71 -
System Red Green Blue C M Y K H S L
Decimal 197 116 138 0 0.41 0.30 0.23 343.7 0.41 0.61
Hex C5 74 8A 0 29 1E 17 158 29 3D
Octal 305 164 212 0 51 36 27 530 51 75
Binary 11000101 1110100 10001010 0 101001 11110 10111 101011000 101001 111101

Color Harmonies of #C5748A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5748A

Black with #C5748A

Text Example


Text Example

White with #C5748A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5748A; }

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

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

background-color css

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

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

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

border-color css

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

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

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