Html Css Color HEX #C57680 Charm

📋 copy color: '#C57680'

red 197 ◦ green 118 ◦ blue 128

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

Shades of Charm #C57680

Tints of Charm #C57680

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.64%

 BLUE value IS 128 (50.39% from 255) = 28.89%

R = 44.47%
G = 26.64%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C57680 (or 0xC57680) is known color: Charm. HEX triplet: C5, 76 and 80. RGB value is (197,118,128). Sum of RGB (Red+Green+Blue) = 197+118+128=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C57680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57680 is #3A897F. Grayscale: #8E8E8E. Windows color (decimal): -3836288 or 8419013. OLE color: 8419013.

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

Color convert

RGB 197 118 128 -
CMYK 0 0.40 0.35 0.23
HSL 352.41º 0.41% 0.62% -
HSV(B) 352.41º 0.4% 0.77% -
XYZ 33.4 26.39 23.75 -
YUV 142.76 119.67 166.69 -
System Red Green Blue C M Y K H S L
Decimal 197 118 128 0 0.40 0.35 0.23 352.41 0.41 0.62
Hex C5 76 80 0 28 23 17 160 29 3E
Octal 305 166 200 0 50 43 27 540 51 76
Binary 11000101 1110110 10000000 0 101000 100011 10111 101100000 101001 111110

Color Harmonies of #C57680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57680

Black with #C57680

Text Example


Text Example

White with #C57680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57680; }

 p { color: rgb(197,118,128); }

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

background-color css

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

 a { background-color: rgb(197,118,128); }

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

border-color css

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

 span { border-color: rgb(197,118,128); }

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