Html Css Color HEX #C86C6D Froly

📋 copy color: '#C86C6D'

red 200 ◦ green 108 ◦ blue 109

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

Shades of Froly #C86C6D

Tints of Froly #C86C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.14%

R = 47.96%
G = 25.9%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C86C6D (or 0xC86C6D) is known color: Froly. HEX triplet: C8, 6C and 6D. RGB value is (200,108,109). Sum of RGB (Red+Green+Blue) = 200+108+109=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 108 (42.58% from 255 or 25.90% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86C6D is #379392. Grayscale: #878787. Windows color (decimal): -3642259 or 7171272. OLE color: 7171272.

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

Color convert

RGB 200 108 109 -
CMYK 0 0.46 0.46 0.22
HSL 359.35º 0.46% 0.6% -
HSV(B) 359.35º 0.46% 0.78% -
XYZ 31.94 24.11 17.44 -
YUV 135.62 112.98 173.92 -
System Red Green Blue C M Y K H S L
Decimal 200 108 109 0 0.46 0.46 0.22 359.35 0.46 0.6
Hex C8 6C 6D 0 2E 2E 16 167 2E 3C
Octal 310 154 155 0 56 56 26 547 56 74
Binary 11001000 1101100 1101101 0 101110 101110 10110 101100111 101110 111100

Color Harmonies of #C86C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86C6D

Black with #C86C6D

Text Example


Text Example

White with #C86C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86C6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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