Html Css Color HEX #C87861 Japonica

📋 copy color: '#C87861'

red 200 ◦ green 120 ◦ blue 97

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

Shades of Japonica #C87861

Tints of Japonica #C87861

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.78%

 BLUE value IS 97 (38.28% from 255) = 23.26%

R = 47.96%
G = 28.78%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C87861 (or 0xC87861) is known color: Japonica. HEX triplet: C8, 78 and 61. RGB value is (200,120,97). Sum of RGB (Red+Green+Blue) = 200+120+97=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 97 (38.28% from 255 or 23.26% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C87861 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87861 is #37879E. Grayscale: #8D8D8D. Windows color (decimal): -3639199 or 6387912. OLE color: 6387912.

HSL color Cylindrical-coordinate representation of color #C87861: hue angle of 13.4º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C87861 is Cyan = 0, Magento = 0.4, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 120 97 -
CMYK 0 0.4 0.52 0.22
HSL 13.4º 0.48% 0.58% -
HSV(B) 13.4º 0.52% 0.78% -
XYZ 32.69 26.58 14.72 -
YUV 141.3 103 169.87 -
System Red Green Blue C M Y K H S L
Decimal 200 120 97 0 0.4 0.52 0.22 13.4 0.48 0.58
Hex C8 78 61 0 28 34 16 D 30 3A
Octal 310 170 141 0 50 64 26 15 60 72
Binary 11001000 1111000 1100001 0 101000 110100 10110 1101 110000 111010

Color Harmonies of #C87861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87861

Black with #C87861

Text Example


Text Example

White with #C87861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87861; }

 p { color: rgb(200,120,97); }

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

background-color css

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

 a { background-color: rgb(200,120,97); }

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

border-color css

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

 span { border-color: rgb(200,120,97); }

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