#C97C54

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

Shades of Japonica #C97C54

Tints of Japonica #C97C54

Color information

#C97C54 (or 0xC97C54) is unknown color: approx Japonica. HEX triplet: C9, 7C and 54. RGB value is (201,124,84). Sum of RGB (Red+Green+Blue) = 201+124+84=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 124 (48.83% from 255 or 30.32% from 409); Blue value is 84 (33.20% from 255 or 20.54% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C97C54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97C54 is #3683AB. Grayscale: #8E8E8E. Windows color (decimal): -3572652 or 5536969. OLE color: 5536969.

HSL color Cylindrical-coordinate representation of color #C97C54: hue angle of 20.51º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C97C54 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB20112484-
CMYK00.380.580.21
HSL20.51º52%55.88%-
HSV(B)20.51º58.21%78.82%-
XYZ32.927.4711.96-
YUV142.4695.01169.75-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.14%
GREEN value IS 124 (48.83% from 255) = 30.32%
BLUE value IS 84 (33.20% from 255) = 20.54%
R=49.14%
G=30.32%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011248400.380.580.2120.515255.88
HexC97C540263A15153438
Octal3111741240467225256470
Binary110010011111100101010001001101110101010110101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97C54; }

 p { color: rgb(201,124,84); }

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

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

 a { background-color: rgb(201,124,84); }

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

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

 span { border-color: rgb(201,124,84); }

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