#C97160

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

Shades of Japonica #C97160

Tints of Japonica #C97160

Color information

#C97160 (or 0xC97160) is unknown color: approx Japonica. HEX triplet: C9, 71 and 60. RGB value is (201,113,96). Sum of RGB (Red+Green+Blue) = 201+113+96=410 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.02% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 96 (37.89% from 255 or 23.41% from 410); Max value from RGB is 201 - color contains mainly: red. Hex color #C97160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97160 is #368E9F. Grayscale: #898989. Windows color (decimal): -3575456 or 6320585. OLE color: 6320585.

HSL color Cylindrical-coordinate representation of color #C97160: hue angle of 9.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 #C97160 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB20111396-
CMYK00.440.520.21
HSL9.71º49.3%58.24%-
HSV(B)9.71º52.24%78.82%-
XYZ32.125.0714.21-
YUV137.37104.65173.38-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.02%
GREEN value IS 113 (44.53% from 255) = 27.56%
BLUE value IS 96 (37.89% from 255) = 23.41%
R=49.02%
G=27.56%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011139600.440.520.219.7149.358.24
HexC9716002C3415a313a
Octal3111611400546425126172
Binary11001001111000111000000101100110100101011010110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97160; }

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

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

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

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

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

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

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

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