#C97560

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

Shades of Japonica #C97560

Tints of Japonica #C97560

Color information

#C97560 (or 0xC97560) is unknown color: approx Japonica. HEX triplet: C9, 75 and 60. RGB value is (201,117,96). Sum of RGB (Red+Green+Blue) = 201+117+96=414 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.55% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 201 - color contains mainly: red. Hex color #C97560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97560 is #368A9F. Grayscale: #8B8B8B. Windows color (decimal): -3574432 or 6321609. OLE color: 6321609.

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

Color convert

RGB20111796-
CMYK00.420.520.21
HSL12º49.3%58.24%-
HSV(B)12º52.24%78.82%-
XYZ32.5625.9814.37-
YUV139.72103.33171.71-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.55%
GREEN value IS 117 (46.09% from 255) = 28.26%
BLUE value IS 96 (37.89% from 255) = 23.19%
R=48.55%
G=28.26%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011179600.420.520.211249.358.24
HexC9756002A3415c313a
Octal3111651400526425146172
Binary11001001111010111000000101010110100101011100110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97560; }

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

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

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

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

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

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

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

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