#C97061

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

Shades of Japonica #C97061

Tints of Japonica #C97061

Color information

#C97061 (or 0xC97061) is unknown color: approx Japonica. HEX triplet: C9, 70 and 61. RGB value is (201,112,97). Sum of RGB (Red+Green+Blue) = 201+112+97=410 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.02% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 97 (38.28% from 255 or 23.66% from 410); Max value from RGB is 201 - color contains mainly: red. Hex color #C97061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97061 is #368F9E. Grayscale: #898989. Windows color (decimal): -3575711 or 6385865. OLE color: 6385865.

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

Color convert

RGB20111297-
CMYK00.440.520.21
HSL8.65º49.06%58.43%-
HSV(B)8.65º51.74%78.82%-
XYZ32.0424.8714.42-
YUV136.9105.49173.72-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.02%
GREEN value IS 112 (44.14% from 255) = 27.32%
BLUE value IS 97 (38.28% from 255) = 23.66%
R=49.02%
G=27.32%
B=23.66%

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
Decimal2011129700.440.520.218.6549.0658.43
HexC9706102C34159313a
Octal3111601410546425116172
Binary11001001111000011000010101100110100101011001110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97061; }

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

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

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

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

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

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

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

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