Html Css Color HEX #C87273 Froly

📋 copy color: '#C87273'

red 200 ◦ green 114 ◦ blue 115

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

Shades of Froly #C87273

Tints of Froly #C87273

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.57%

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

R = 46.62%
G = 26.57%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C87273 (or 0xC87273) is known color: Froly. HEX triplet: C8, 72 and 73. RGB value is (200,114,115). Sum of RGB (Red+Green+Blue) = 200+114+115=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C87273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87273 is #378D8C. Grayscale: #8B8B8B. Windows color (decimal): -3640717 or 7566024. OLE color: 7566024.

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

Color convert

RGB 200 114 115 -
CMYK 0 0.43 0.42 0.22
HSL 359.3º 0.44% 0.62% -
HSV(B) 359.3º 0.43% 0.78% -
XYZ 32.93 25.55 19.42 -
YUV 139.83 113.99 170.92 -
System Red Green Blue C M Y K H S L
Decimal 200 114 115 0 0.43 0.42 0.22 359.3 0.44 0.62
Hex C8 72 73 0 2B 2A 16 167 2C 3E
Octal 310 162 163 0 53 52 26 547 54 76
Binary 11001000 1110010 1110011 0 101011 101010 10110 101100111 101100 111110

Color Harmonies of #C87273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87273

Black with #C87273

Text Example


Text Example

White with #C87273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87273; }

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

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

background-color css

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

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

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

border-color css

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

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

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