#C8735F

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

Shades of Japonica #C8735F

Tints of Japonica #C8735F

Color information

#C8735F (or 0xC8735F) is unknown color: approx Japonica. HEX triplet: C8, 73 and 5F. RGB value is (200,115,95). Sum of RGB (Red+Green+Blue) = 200+115+95=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 95 (37.5% from 255 or 23.17% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C8735F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8735F is #378CA0. Grayscale: #8A8A8A. Windows color (decimal): -3640481 or 6255560. OLE color: 6255560.

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

Color convert

RGB20011595-
CMYK00.420.520.22
HSL11.43º48.84%57.84%-
HSV(B)11.43º52.5%78.43%-
XYZ32.0225.3714.04-
YUV138.14103.66172.13-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.78%
GREEN value IS 115 (45.31% from 255) = 28.05%
BLUE value IS 95 (37.5% from 255) = 23.17%
R=48.78%
G=28.05%
B=23.17%

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
Decimal2001159500.420.520.2211.4348.8457.84
HexC8735F02A3416b313a
Octal3101631370526426136172
Binary11001000111001110111110101010110100101101011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8735F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8735F; }

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

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

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

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

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

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

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

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