Html Css Color HEX #C5728C Charm

📋 copy color: '#C5728C'

red 197 ◦ green 114 ◦ blue 140

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

Shades of Charm #C5728C

Tints of Charm #C5728C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.28%

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

R = 43.68%
G = 25.28%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C5728C (or 0xC5728C) is known color: Charm. HEX triplet: C5, 72 and 8C. RGB value is (197,114,140). Sum of RGB (Red+Green+Blue) = 197+114+140=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 114 (44.92% from 255 or 25.28% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 197 - color contains mainly: red. Hex color #C5728C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5728C is #3A8D73. Grayscale: #8D8D8D. Windows color (decimal): -3837300 or 9204421. OLE color: 9204421.

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

Color convert

RGB 197 114 140 -
CMYK 0 0.42 0.29 0.23
HSL 341.2º 0.42% 0.61% -
HSV(B) 341.2º 0.42% 0.77% -
XYZ 33.78 25.8 28.01 -
YUV 141.78 127 167.39 -
System Red Green Blue C M Y K H S L
Decimal 197 114 140 0 0.42 0.29 0.23 341.2 0.42 0.61
Hex C5 72 8C 0 2A 1D 17 155 2A 3D
Octal 305 162 214 0 52 35 27 525 52 75
Binary 11000101 1110010 10001100 0 101010 11101 10111 101010101 101010 111101

Color Harmonies of #C5728C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5728C

Black with #C5728C

Text Example


Text Example

White with #C5728C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5728C; }

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

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

background-color css

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

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

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

border-color css

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

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

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