Html Css Color HEX #C86F71 Froly

📋 copy color: '#C86F71'

red 200 ◦ green 111 ◦ blue 113

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

Shades of Froly #C86F71

Tints of Froly #C86F71

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.18%

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

R = 47.17%
G = 26.18%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C86F71 (or 0xC86F71) is known color: Froly. HEX triplet: C8, 6F and 71. RGB value is (200,111,113). Sum of RGB (Red+Green+Blue) = 200+111+113=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 111 (43.75% from 255 or 26.18% from 424); Blue value is 113 (44.53% from 255 or 26.65% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C86F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86F71 is #37908E. Grayscale: #898989. Windows color (decimal): -3641487 or 7434184. OLE color: 7434184.

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

Color convert

RGB 200 111 113 -
CMYK 0 0.44 0.44 0.22
HSL 358.65º 0.45% 0.61% -
HSV(B) 358.65º 0.45% 0.78% -
XYZ 32.48 24.84 18.71 -
YUV 137.84 113.99 172.34 -
System Red Green Blue C M Y K H S L
Decimal 200 111 113 0 0.44 0.44 0.22 358.65 0.45 0.61
Hex C8 6F 71 0 2C 2C 16 167 2D 3D
Octal 310 157 161 0 54 54 26 547 55 75
Binary 11001000 1101111 1110001 0 101100 101100 10110 101100111 101101 111101

Color Harmonies of #C86F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86F71

Black with #C86F71

Text Example


Text Example

White with #C86F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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