Html Css Color HEX #C87172 Froly

📋 copy color: '#C87172'

red 200 ◦ green 113 ◦ blue 114

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

Shades of Froly #C87172

Tints of Froly #C87172

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.46%

 BLUE value IS 114 (44.92% from 255) = 26.7%

R = 46.84%
G = 26.46%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C87172 (or 0xC87172) is known color: Froly. HEX triplet: C8, 71 and 72. RGB value is (200,113,114). Sum of RGB (Red+Green+Blue) = 200+113+114=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 113 (44.53% from 255 or 26.46% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C87172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87172 is #378E8D. Grayscale: #8B8B8B. Windows color (decimal): -3640974 or 7500232. OLE color: 7500232.

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

Color convert

RGB 200 113 114 -
CMYK 0 0.44 0.43 0.22
HSL 359.31º 0.44% 0.61% -
HSV(B) 359.31º 0.44% 0.78% -
XYZ 32.76 25.3 19.08 -
YUV 139.13 113.82 171.42 -
System Red Green Blue C M Y K H S L
Decimal 200 113 114 0 0.44 0.43 0.22 359.31 0.44 0.61
Hex C8 71 72 0 2C 2B 16 167 2C 3D
Octal 310 161 162 0 54 53 26 547 54 75
Binary 11001000 1110001 1110010 0 101100 101011 10110 101100111 101100 111101

Color Harmonies of #C87172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87172

Black with #C87172

Text Example


Text Example

White with #C87172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87172; }

 p { color: rgb(200,113,114); }

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

background-color css

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

 a { background-color: rgb(200,113,114); }

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

border-color css

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

 span { border-color: rgb(200,113,114); }

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