Html Css Color HEX #C86E70 Froly

📋 copy color: '#C86E70'

red 200 ◦ green 110 ◦ blue 112

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

Shades of Froly #C86E70

Tints of Froly #C86E70

RGB

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

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

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

R = 47.39%
G = 26.07%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C86E70 (or 0xC86E70) is known color: Froly. HEX triplet: C8, 6E and 70. RGB value is (200,110,112). Sum of RGB (Red+Green+Blue) = 200+110+112=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 110 (43.36% from 255 or 26.07% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C86E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86E70 is #37918F. Grayscale: #898989. Windows color (decimal): -3641744 or 7368392. OLE color: 7368392.

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

Color convert

RGB 200 110 112 -
CMYK 0 0.45 0.44 0.22
HSL 358.67º 0.45% 0.61% -
HSV(B) 358.67º 0.45% 0.78% -
XYZ 32.32 24.6 18.37 -
YUV 137.14 113.82 172.84 -
System Red Green Blue C M Y K H S L
Decimal 200 110 112 0 0.45 0.44 0.22 358.67 0.45 0.61
Hex C8 6E 70 0 2D 2C 16 167 2D 3D
Octal 310 156 160 0 55 54 26 547 55 75
Binary 11001000 1101110 1110000 0 101101 101100 10110 101100111 101101 111101

Color Harmonies of #C86E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86E70

Black with #C86E70

Text Example


Text Example

White with #C86E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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