Html Css Color HEX #C86C71 Froly

📋 copy color: '#C86C71'

red 200 ◦ green 108 ◦ blue 113

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

Shades of Froly #C86C71

Tints of Froly #C86C71

RGB

 RED value IS 200 (78.52% from 255) = 47.51%

 GREEN value IS 108 (42.58% from 255) = 25.65%

 BLUE value IS 113 (44.53% from 255) = 26.84%

R = 47.51%
G = 25.65%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C86C71 (or 0xC86C71) is known color: Froly. HEX triplet: C8, 6C and 71. RGB value is (200,108,113). Sum of RGB (Red+Green+Blue) = 200+108+113=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 108 (42.58% from 255 or 25.65% from 421); Blue value is 113 (44.53% from 255 or 26.84% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86C71 is #37938E. Grayscale: #888888. Windows color (decimal): -3642255 or 7433416. OLE color: 7433416.

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

Color convert

RGB 200 108 113 -
CMYK 0 0.46 0.44 0.22
HSL 356.74º 0.46% 0.6% -
HSV(B) 356.74º 0.46% 0.78% -
XYZ 32.16 24.2 18.6 -
YUV 136.08 114.98 173.59 -
System Red Green Blue C M Y K H S L
Decimal 200 108 113 0 0.46 0.44 0.22 356.74 0.46 0.6
Hex C8 6C 71 0 2E 2C 16 165 2E 3C
Octal 310 154 161 0 56 54 26 545 56 74
Binary 11001000 1101100 1110001 0 101110 101100 10110 101100101 101110 111100

Color Harmonies of #C86C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86C71

Black with #C86C71

Text Example


Text Example

White with #C86C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86C71; }

 p { color: rgb(200,108,113); }

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

background-color css

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

 a { background-color: rgb(200,108,113); }

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

border-color css

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

 span { border-color: rgb(200,108,113); }

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