#C97860

Color #C97860 Japonica (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japonica #C97860

Tints of Japonica #C97860

Color information

#C97860 (or 0xC97860) is unknown color: approx Japonica. HEX triplet: C9, 78 and 60. RGB value is (201,120,96). Sum of RGB (Red+Green+Blue) = 201+120+96=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 96 (37.89% from 255 or 23.02% from 417); Max value from RGB is 201 - color contains mainly: red. Hex color #C97860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97860 is #36879F. Grayscale: #8D8D8D. Windows color (decimal): -3573664 or 6322377. OLE color: 6322377.

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

Color convert

RGB20112096-
CMYK00.400.520.21
HSL13.71º49.3%58.24%-
HSV(B)13.71º52.24%78.82%-
XYZ32.9226.6914.48-
YUV141.48102.34170.45-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.20%
GREEN value IS 120 (47.27% from 255) = 28.78%
BLUE value IS 96 (37.89% from 255) = 23.02%
R=48.20%
G=28.78%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011209600.400.520.2113.7149.358.24
HexC978600283415e313a
Octal3111701400506425166172
Binary11001001111100011000000101000110100101011110110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97860; }

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

 H1.HeaderClassName
 {
   color: #C97860;
 }
 .AnyTagClassName
 {
   color: #C97860;
 }
</style>
background-color css

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

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

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

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

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

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