Html Css Color HEX #C5757B Charm

📋 copy color: '#C5757B'

red 197 ◦ green 117 ◦ blue 123

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

Shades of Charm #C5757B

Tints of Charm #C5757B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.15%

R = 45.08%
G = 26.77%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C5757B (or 0xC5757B) is known color: Charm. HEX triplet: C5, 75 and 7B. RGB value is (197,117,123). Sum of RGB (Red+Green+Blue) = 197+117+123=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 123 (48.44% from 255 or 28.15% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C5757B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5757B is #3A8A84. Grayscale: #8D8D8D. Windows color (decimal): -3836549 or 8091077. OLE color: 8091077.

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

Color convert

RGB 197 117 123 -
CMYK 0 0.41 0.38 0.23
HSL 355.5º 0.41% 0.62% -
HSV(B) 355.5º 0.41% 0.77% -
XYZ 32.96 26.02 22.02 -
YUV 141.6 117.5 167.51 -
System Red Green Blue C M Y K H S L
Decimal 197 117 123 0 0.41 0.38 0.23 355.5 0.41 0.62
Hex C5 75 7B 0 29 26 17 164 29 3E
Octal 305 165 173 0 51 46 27 544 51 76
Binary 11000101 1110101 1111011 0 101001 100110 10111 101100100 101001 111110

Color Harmonies of #C5757B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5757B

Black with #C5757B

Text Example


Text Example

White with #C5757B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5757B; }

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

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

background-color css

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

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

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

border-color css

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

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

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