Html Css Color HEX #C5777D Charm

📋 copy color: '#C5777D'

red 197 ◦ green 119 ◦ blue 125

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

Shades of Charm #C5777D

Tints of Charm #C5777D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.98%

 BLUE value IS 125 (49.22% from 255) = 28.34%

R = 44.67%
G = 26.98%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C5777D (or 0xC5777D) is known color: Charm. HEX triplet: C5, 77 and 7D. RGB value is (197,119,125). Sum of RGB (Red+Green+Blue) = 197+119+125=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C5777D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5777D is #3A8882. Grayscale: #8F8F8F. Windows color (decimal): -3836035 or 8222661. OLE color: 8222661.

HSL color Cylindrical-coordinate representation of color #C5777D: hue angle of 355.38º degrees, saturation: 0.4, 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 #C5777D is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 119 125 -
CMYK 0 0.40 0.37 0.23
HSL 355.38º 0.4% 0.62% -
HSV(B) 355.38º 0.4% 0.77% -
XYZ 33.32 26.54 22.77 -
YUV 143.01 117.84 166.51 -
System Red Green Blue C M Y K H S L
Decimal 197 119 125 0 0.40 0.37 0.23 355.38 0.4 0.62
Hex C5 77 7D 0 28 25 17 163 28 3E
Octal 305 167 175 0 50 45 27 543 50 76
Binary 11000101 1110111 1111101 0 101000 100101 10111 101100011 101000 111110

Color Harmonies of #C5777D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5777D

Black with #C5777D

Text Example


Text Example

White with #C5777D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5777D; }

 p { color: rgb(197,119,125); }

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

background-color css

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

 a { background-color: rgb(197,119,125); }

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

border-color css

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

 span { border-color: rgb(197,119,125); }

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