Html Css Color HEX #C86D70 Froly

📋 copy color: '#C86D70'

red 200 ◦ green 109 ◦ blue 112

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

Shades of Froly #C86D70

Tints of Froly #C86D70

RGB

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

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

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

R = 47.51%
G = 25.89%
B = 26.6%

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

#C86D70 (or 0xC86D70) is known color: Froly. HEX triplet: C8, 6D and 70. RGB value is (200,109,112). Sum of RGB (Red+Green+Blue) = 200+109+112=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 109 (42.97% from 255 or 25.89% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86D70 is #37928F. Grayscale: #888888. Windows color (decimal): -3642000 or 7368136. OLE color: 7368136.

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

Color convert

RGB 200 109 112 -
CMYK 0 0.46 0.44 0.22
HSL 358.02º 0.45% 0.61% -
HSV(B) 358.02º 0.46% 0.78% -
XYZ 32.21 24.39 18.34 -
YUV 136.55 114.15 173.26 -
System Red Green Blue C M Y K H S L
Decimal 200 109 112 0 0.46 0.44 0.22 358.02 0.45 0.61
Hex C8 6D 70 0 2E 2C 16 166 2D 3D
Octal 310 155 160 0 56 54 26 546 55 75
Binary 11001000 1101101 1110000 0 101110 101100 10110 101100110 101101 111101

Color Harmonies of #C86D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86D70

Black with #C86D70

Text Example


Text Example

White with #C86D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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