Html Css Color HEX #C57F88 Charm

📋 copy color: '#C57F88'

red 197 ◦ green 127 ◦ blue 136

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

Shades of Charm #C57F88

Tints of Charm #C57F88

RGB

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

 GREEN value IS 127 (50% from 255) = 27.61%

 BLUE value IS 136 (53.52% from 255) = 29.57%

R = 42.83%
G = 27.61%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#C57F88 (or 0xC57F88) is known color: Charm. HEX triplet: C5, 7F and 88. RGB value is (197,127,136). Sum of RGB (Red+Green+Blue) = 197+127+136=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 127 (50% from 255 or 27.61% from 460); Blue value is 136 (53.52% from 255 or 29.57% from 460); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57F88 is #3A8077. Grayscale: #949494. Windows color (decimal): -3833976 or 8945605. OLE color: 8945605.

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

Color convert

RGB 197 127 136 -
CMYK 0 0.36 0.31 0.23
HSL 352.29º 0.38% 0.64% -
HSV(B) 352.29º 0.36% 0.77% -
XYZ 35.06 28.83 27.01 -
YUV 148.96 120.69 162.27 -
System Red Green Blue C M Y K H S L
Decimal 197 127 136 0 0.36 0.31 0.23 352.29 0.38 0.64
Hex C5 7F 88 0 24 1F 17 160 26 40
Octal 305 177 210 0 44 37 27 540 46 100
Binary 11000101 1111111 10001000 0 100100 11111 10111 101100000 100110 1000000

Color Harmonies of #C57F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57F88

Black with #C57F88

Text Example


Text Example

White with #C57F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57F88; }

 p { color: rgb(197,127,136); }

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

background-color css

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

 a { background-color: rgb(197,127,136); }

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

border-color css

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

 span { border-color: rgb(197,127,136); }

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