#c97862

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

Shades of Japonica #C97862

Tints of Japonica #C97862

Color information

#C97862 (or 0xC97862) is unknown color: approx Japonica. HEX triplet: C9, 78 and 62. RGB value is (201,120,98). Sum of RGB (Red+Green+Blue) = 201+120+98=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 98 (38.67% from 255 or 23.39% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C97862 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97862 is #36879D. Grayscale: #8D8D8D. Windows color (decimal): -3573662 or 6453449. OLE color: 6453449.

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

Color convert

RGB20112098-
CMYK00.400.510.21
HSL12.82º48.82%58.63%-
HSV(B)12.82º51.24%78.82%-
XYZ33.0126.7314.98-
YUV141.71103.34170.29-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.97%
GREEN value IS 120 (47.27% from 255) = 28.64%
BLUE value IS 98 (38.67% from 255) = 23.39%
R=47.97%
G=28.64%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011209800.400.510.2112.8248.8258.63
HexC978620283315d313b
Octal3111701420506325156173
Binary11001001111100011000100101000110011101011101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c97862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c97862; }

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

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

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

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

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

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

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

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