Html Css Color HEX #C5757E Charm

📋 copy color: '#C5757E'

red 197 ◦ green 117 ◦ blue 126

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

Shades of Charm #C5757E

Tints of Charm #C5757E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.59%

 BLUE value IS 126 (49.61% from 255) = 28.64%

R = 44.77%
G = 26.59%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C5757E (or 0xC5757E) is known color: Charm. HEX triplet: C5, 75 and 7E. RGB value is (197,117,126). Sum of RGB (Red+Green+Blue) = 197+117+126=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 126 (49.61% from 255 or 28.64% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C5757E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5757E is #3A8A81. Grayscale: #8D8D8D. Windows color (decimal): -3836546 or 8287685. OLE color: 8287685.

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

Color convert

RGB 197 117 126 -
CMYK 0 0.41 0.36 0.23
HSL 353.25º 0.41% 0.62% -
HSV(B) 353.25º 0.41% 0.77% -
XYZ 33.15 26.1 23.03 -
YUV 141.95 119 167.27 -
System Red Green Blue C M Y K H S L
Decimal 197 117 126 0 0.41 0.36 0.23 353.25 0.41 0.62
Hex C5 75 7E 0 29 24 17 161 29 3E
Octal 305 165 176 0 51 44 27 541 51 76
Binary 11000101 1110101 1111110 0 101001 100100 10111 101100001 101001 111110

Color Harmonies of #C5757E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5757E

Black with #C5757E

Text Example


Text Example

White with #C5757E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5757E; }

 p { color: rgb(197,117,126); }

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

background-color css

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

 a { background-color: rgb(197,117,126); }

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

border-color css

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

 span { border-color: rgb(197,117,126); }

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