#C97154

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

Shades of Japonica #C97154

Tints of Japonica #C97154

Color information

#C97154 (or 0xC97154) is unknown color: approx Japonica. HEX triplet: C9, 71 and 54. RGB value is (201,113,84). Sum of RGB (Red+Green+Blue) = 201+113+84=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 113 (44.53% from 255 or 28.39% from 398); Blue value is 84 (33.20% from 255 or 21.11% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C97154 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97154 is #368EAB. Grayscale: #888888. Windows color (decimal): -3575468 or 5534153. OLE color: 5534153.

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

Color convert

RGB20111384-
CMYK00.440.580.21
HSL14.87º52%55.88%-
HSV(B)14.87º58.21%78.82%-
XYZ31.5924.8711.52-
YUV136.0198.65174.36-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.50%
GREEN value IS 113 (44.53% from 255) = 28.39%
BLUE value IS 84 (33.20% from 255) = 21.11%
R=50.50%
G=28.39%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011138400.440.580.2114.875255.88
HexC9715402C3A15f3438
Octal3111611240547225176470
Binary11001001111000110101000101100111010101011111110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97154; }

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

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

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

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

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

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

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

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