Html Css Color HEX #C87760 Japonica

📋 copy color: '#C87760'

red 200 ◦ green 119 ◦ blue 96

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

Shades of Japonica #C87760

Tints of Japonica #C87760

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.67%

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

R = 48.19%
G = 28.67%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C87760 (or 0xC87760) is known color: Japonica. HEX triplet: C8, 77 and 60. RGB value is (200,119,96). Sum of RGB (Red+Green+Blue) = 200+119+96=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 119 (46.88% from 255 or 28.67% from 415); Blue value is 96 (37.89% from 255 or 23.13% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C87760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87760 is #37889F. Grayscale: #8C8C8C. Windows color (decimal): -3639456 or 6322120. OLE color: 6322120.

HSL color Cylindrical-coordinate representation of color #C87760: hue angle of 13.27º 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 #C87760 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 119 96 -
CMYK 0 0.40 0.52 0.22
HSL 13.27º 0.49% 0.58% -
HSV(B) 13.27º 0.52% 0.78% -
XYZ 32.53 26.32 14.43 -
YUV 140.6 102.84 170.37 -
System Red Green Blue C M Y K H S L
Decimal 200 119 96 0 0.40 0.52 0.22 13.27 0.49 0.58
Hex C8 77 60 0 28 34 16 D 31 3A
Octal 310 167 140 0 50 64 26 15 61 72
Binary 11001000 1110111 1100000 0 101000 110100 10110 1101 110001 111010

Color Harmonies of #C87760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87760

Black with #C87760

Text Example


Text Example

White with #C87760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87760; }

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

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

background-color css

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

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

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

border-color css

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

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

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