Html Css Color HEX #C56E70 Froly

📋 copy color: '#C56E70'

red 197 ◦ green 110 ◦ blue 112

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

Shades of Froly #C56E70

Tints of Froly #C56E70

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.25%

 BLUE value IS 112 (44.14% from 255) = 26.73%

R = 47.02%
G = 26.25%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C56E70 (or 0xC56E70) is known color: Froly. HEX triplet: C5, 6E and 70. RGB value is (197,110,112). Sum of RGB (Red+Green+Blue) = 197+110+112=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 197 - color contains mainly: red. Hex color #C56E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56E70 is #3A918F. Grayscale: #888888. Windows color (decimal): -3838352 or 7368389. OLE color: 7368389.

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

Color convert

RGB 197 110 112 -
CMYK 0 0.44 0.43 0.23
HSL 358.62º 0.43% 0.6% -
HSV(B) 358.62º 0.44% 0.77% -
XYZ 31.53 24.19 18.34 -
YUV 136.24 114.32 171.34 -
System Red Green Blue C M Y K H S L
Decimal 197 110 112 0 0.44 0.43 0.23 358.62 0.43 0.6
Hex C5 6E 70 0 2C 2B 17 167 2B 3C
Octal 305 156 160 0 54 53 27 547 53 74
Binary 11000101 1101110 1110000 0 101100 101011 10111 101100111 101011 111100

Color Harmonies of #C56E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56E70

Black with #C56E70

Text Example


Text Example

White with #C56E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56E70; }

 p { color: rgb(197,110,112); }

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

background-color css

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

 a { background-color: rgb(197,110,112); }

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

border-color css

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

 span { border-color: rgb(197,110,112); }

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