Html Css Color HEX #C86D6E Froly

📋 copy color: '#C86D6E'

red 200 ◦ green 109 ◦ blue 110

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

Shades of Froly #C86D6E

Tints of Froly #C86D6E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.01%

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

R = 47.73%
G = 26.01%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C86D6E (or 0xC86D6E) is known color: Froly. HEX triplet: C8, 6D and 6E. RGB value is (200,109,110). Sum of RGB (Red+Green+Blue) = 200+109+110=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 109 (42.97% from 255 or 26.01% from 419); Blue value is 110 (43.36% from 255 or 26.25% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86D6E is #379291. Grayscale: #888888. Windows color (decimal): -3642002 or 7237064. OLE color: 7237064.

HSL color Cylindrical-coordinate representation of color #C86D6E: hue angle of 359.34º 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 #C86D6E is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 109 110 -
CMYK 0 0.46 0.45 0.22
HSL 359.34º 0.45% 0.61% -
HSV(B) 359.34º 0.46% 0.78% -
XYZ 32.1 24.34 17.76 -
YUV 136.32 113.15 173.42 -
System Red Green Blue C M Y K H S L
Decimal 200 109 110 0 0.46 0.45 0.22 359.34 0.45 0.61
Hex C8 6D 6E 0 2E 2D 16 167 2D 3D
Octal 310 155 156 0 56 55 26 547 55 75
Binary 11001000 1101101 1101110 0 101110 101101 10110 101100111 101101 111101

Color Harmonies of #C86D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86D6E

Black with #C86D6E

Text Example


Text Example

White with #C86D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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