Html Css Color HEX #C86F70 Froly

📋 copy color: '#C86F70'

red 200 ◦ green 111 ◦ blue 112

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

Shades of Froly #C86F70

Tints of Froly #C86F70

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.24%

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

R = 47.28%
G = 26.24%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C86F70 (or 0xC86F70) is known color: Froly. HEX triplet: C8, 6F and 70. RGB value is (200,111,112). Sum of RGB (Red+Green+Blue) = 200+111+112=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C86F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86F70 is #37908F. Grayscale: #898989. Windows color (decimal): -3641488 or 7368648. OLE color: 7368648.

HSL color Cylindrical-coordinate representation of color #C86F70: hue angle of 359.33º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C86F70 is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 111 112 -
CMYK 0 0.44 0.44 0.22
HSL 359.33º 0.45% 0.61% -
HSV(B) 359.33º 0.45% 0.78% -
XYZ 32.43 24.82 18.41 -
YUV 137.73 113.49 172.42 -
System Red Green Blue C M Y K H S L
Decimal 200 111 112 0 0.44 0.44 0.22 359.33 0.45 0.61
Hex C8 6F 70 0 2C 2C 16 167 2D 3D
Octal 310 157 160 0 54 54 26 547 55 75
Binary 11001000 1101111 1110000 0 101100 101100 10110 101100111 101101 111101

Color Harmonies of #C86F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86F70

Black with #C86F70

Text Example


Text Example

White with #C86F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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