Html Css Color HEX #C86C6F Froly

📋 copy color: '#C86C6F'

red 200 ◦ green 108 ◦ blue 111

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

Shades of Froly #C86C6F

Tints of Froly #C86C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.49%

R = 47.73%
G = 25.78%
B = 26.49%

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

#C86C6F (or 0xC86C6F) is known color: Froly. HEX triplet: C8, 6C and 6F. RGB value is (200,108,111). Sum of RGB (Red+Green+Blue) = 200+108+111=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 108 (42.58% from 255 or 25.78% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86C6F is #379390. Grayscale: #878787. Windows color (decimal): -3642257 or 7302344. OLE color: 7302344.

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

Color convert

RGB 200 108 111 -
CMYK 0 0.46 0.44 0.22
HSL 358.04º 0.46% 0.6% -
HSV(B) 358.04º 0.46% 0.78% -
XYZ 32.05 24.15 18.01 -
YUV 135.85 113.98 173.76 -
System Red Green Blue C M Y K H S L
Decimal 200 108 111 0 0.46 0.44 0.22 358.04 0.46 0.6
Hex C8 6C 6F 0 2E 2C 16 166 2E 3C
Octal 310 154 157 0 56 54 26 546 56 74
Binary 11001000 1101100 1101111 0 101110 101100 10110 101100110 101110 111100

Color Harmonies of #C86C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86C6F

Black with #C86C6F

Text Example


Text Example

White with #C86C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86C6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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