Html Css Color HEX #C87860 Japonica

📋 copy color: '#C87860'

red 200 ◦ green 120 ◦ blue 96

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

Shades of Japonica #C87860

Tints of Japonica #C87860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 23.08%

R = 48.08%
G = 28.85%
B = 23.08%

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

#C87860 (or 0xC87860) is known color: Japonica. HEX triplet: C8, 78 and 60. RGB value is (200,120,96). Sum of RGB (Red+Green+Blue) = 200+120+96=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 120 (47.27% from 255 or 28.85% from 416); Blue value is 96 (37.89% from 255 or 23.08% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C87860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87860 is #37879F. Grayscale: #8D8D8D. Windows color (decimal): -3639200 or 6322376. OLE color: 6322376.

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

Color convert

RGB 200 120 96 -
CMYK 0 0.4 0.52 0.22
HSL 13.85º 0.49% 0.58% -
HSV(B) 13.85º 0.52% 0.78% -
XYZ 32.65 26.56 14.47 -
YUV 141.18 102.5 169.95 -
System Red Green Blue C M Y K H S L
Decimal 200 120 96 0 0.4 0.52 0.22 13.85 0.49 0.58
Hex C8 78 60 0 28 34 16 E 31 3A
Octal 310 170 140 0 50 64 26 16 61 72
Binary 11001000 1111000 1100000 0 101000 110100 10110 1110 110001 111010

Color Harmonies of #C87860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87860

Black with #C87860

Text Example


Text Example

White with #C87860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87860; }

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

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

background-color css

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

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

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

border-color css

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

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

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