Html Css Color HEX #C87156 Japonica

📋 copy color: '#C87156'

red 200 ◦ green 113 ◦ blue 86

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

Shades of Japonica #C87156

Tints of Japonica #C87156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 21.55%

R = 50.13%
G = 28.32%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C87156 (or 0xC87156) is known color: Japonica. HEX triplet: C8, 71 and 56. RGB value is (200,113,86). Sum of RGB (Red+Green+Blue) = 200+113+86=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 113 (44.53% from 255 or 28.32% from 399); Blue value is 86 (33.98% from 255 or 21.55% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C87156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87156 is #378EA9. Grayscale: #888888. Windows color (decimal): -3641002 or 5665224. OLE color: 5665224.

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

Color convert

RGB 200 113 86 -
CMYK 0 0.44 0.57 0.22
HSL 14.21º 0.51% 0.56% -
HSV(B) 14.21º 0.57% 0.78% -
XYZ 31.4 24.76 11.93 -
YUV 135.94 99.82 173.7 -
System Red Green Blue C M Y K H S L
Decimal 200 113 86 0 0.44 0.57 0.22 14.21 0.51 0.56
Hex C8 71 56 0 2C 39 16 E 33 38
Octal 310 161 126 0 54 71 26 16 63 70
Binary 11001000 1110001 1010110 0 101100 111001 10110 1110 110011 111000

Color Harmonies of #C87156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87156

Black with #C87156

Text Example


Text Example

White with #C87156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87156; }

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

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

background-color css

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

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

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

border-color css

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

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

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