Html Css Color HEX #C86C73 Froly

📋 copy color: '#C86C73'

red 200 ◦ green 108 ◦ blue 115

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

Shades of Froly #C86C73

Tints of Froly #C86C73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.19%

R = 47.28%
G = 25.53%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C86C73 (or 0xC86C73) is known color: Froly. HEX triplet: C8, 6C and 73. RGB value is (200,108,115). Sum of RGB (Red+Green+Blue) = 200+108+115=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86C73 is #37938C. Grayscale: #888888. Windows color (decimal): -3642253 or 7564488. OLE color: 7564488.

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

Color convert

RGB 200 108 115 -
CMYK 0 0.46 0.42 0.22
HSL 355.43º 0.46% 0.6% -
HSV(B) 355.43º 0.46% 0.78% -
XYZ 32.28 24.24 19.2 -
YUV 136.31 115.98 173.43 -
System Red Green Blue C M Y K H S L
Decimal 200 108 115 0 0.46 0.42 0.22 355.43 0.46 0.6
Hex C8 6C 73 0 2E 2A 16 163 2E 3C
Octal 310 154 163 0 56 52 26 543 56 74
Binary 11001000 1101100 1110011 0 101110 101010 10110 101100011 101110 111100

Color Harmonies of #C86C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86C73

Black with #C86C73

Text Example


Text Example

White with #C86C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86C73; }

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

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

background-color css

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

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

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

border-color css

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

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

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