Html Css Color HEX #C87960 Japonica

📋 copy color: '#C87960'

red 200 ◦ green 121 ◦ blue 96

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

Shades of Japonica #C87960

Tints of Japonica #C87960

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.02%

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

R = 47.96%
G = 29.02%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C87960 (or 0xC87960) is known color: Japonica. HEX triplet: C8, 79 and 60. RGB value is (200,121,96). Sum of RGB (Red+Green+Blue) = 200+121+96=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 121 (47.66% from 255 or 29.02% from 417); Blue value is 96 (37.89% from 255 or 23.02% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C87960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87960 is #37869F. Grayscale: #8D8D8D. Windows color (decimal): -3638944 or 6322632. OLE color: 6322632.

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

Color convert

RGB 200 121 96 -
CMYK 0 0.39 0.52 0.22
HSL 14.42º 0.49% 0.58% -
HSV(B) 14.42º 0.52% 0.78% -
XYZ 32.77 26.8 14.51 -
YUV 141.77 102.17 169.53 -
System Red Green Blue C M Y K H S L
Decimal 200 121 96 0 0.39 0.52 0.22 14.42 0.49 0.58
Hex C8 79 60 0 27 34 16 E 31 3A
Octal 310 171 140 0 47 64 26 16 61 72
Binary 11001000 1111001 1100000 0 100111 110100 10110 1110 110001 111010

Color Harmonies of #C87960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87960

Black with #C87960

Text Example


Text Example

White with #C87960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87960; }

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

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

background-color css

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

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

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

border-color css

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

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

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