#C8745F

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

Shades of Japonica #C8745F

Tints of Japonica #C8745F

Color information

#C8745F (or 0xC8745F) is unknown color: approx Japonica. HEX triplet: C8, 74 and 5F. RGB value is (200,116,95). Sum of RGB (Red+Green+Blue) = 200+116+95=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 95 (37.5% from 255 or 23.11% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C8745F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8745F is #378BA0. Grayscale: #8A8A8A. Windows color (decimal): -3640225 or 6255816. OLE color: 6255816.

HSL color Cylindrical-coordinate representation of color #C8745F: hue angle of 12º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C8745F is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB20011695-
CMYK00.420.520.22
HSL12º48.84%57.84%-
HSV(B)12º52.5%78.43%-
XYZ32.1325.614.07-
YUV138.72103.33171.71-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.66%
GREEN value IS 116 (45.70% from 255) = 28.22%
BLUE value IS 95 (37.5% from 255) = 23.11%
R=48.66%
G=28.22%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001169500.420.520.221248.8457.84
HexC8745F02A3416c313a
Octal3101641370526426146172
Binary11001000111010010111110101010110100101101100110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8745F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8745F; }

 p { color: rgb(200,116,95); }

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

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

 a { background-color: rgb(200,116,95); }

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

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

 span { border-color: rgb(200,116,95); }

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