#C97060

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

Shades of Japonica #C97060

Tints of Japonica #C97060

Color information

#C97060 (or 0xC97060) is unknown color: approx Japonica. HEX triplet: C9, 70 and 60. RGB value is (201,112,96). Sum of RGB (Red+Green+Blue) = 201+112+96=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C97060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97060 is #368F9F. Grayscale: #888888. Windows color (decimal): -3575712 or 6320329. OLE color: 6320329.

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

Color convert

RGB20111296-
CMYK00.440.520.21
HSL9.14º49.3%58.24%-
HSV(B)9.14º52.24%78.82%-
XYZ31.9924.8514.18-
YUV136.79104.99173.8-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.14%
GREEN value IS 112 (44.14% from 255) = 27.38%
BLUE value IS 96 (37.89% from 255) = 23.47%
R=49.14%
G=27.38%
B=23.47%

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
Decimal2011129600.440.520.219.1449.358.24
HexC9706002C34159313a
Octal3111601400546425116172
Binary11001001111000011000000101100110100101011001110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97060; }

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

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

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

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

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

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

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

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