#C8735D

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

Shades of Japonica #C8735D

Tints of Japonica #C8735D

Color information

#C8735D (or 0xC8735D) is unknown color: approx Japonica. HEX triplet: C8, 73 and 5D. RGB value is (200,115,93). Sum of RGB (Red+Green+Blue) = 200+115+93=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 93 (36.72% from 255 or 22.79% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C8735D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8735D is #378CA2. Grayscale: #8A8A8A. Windows color (decimal): -3640483 or 6124488. OLE color: 6124488.

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

Color convert

RGB20011593-
CMYK00.420.540.22
HSL12.34º49.31%57.45%-
HSV(B)12.34º53.5%78.43%-
XYZ31.9325.3313.56-
YUV137.91102.66172.29-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.02%
GREEN value IS 115 (45.31% from 255) = 28.19%
BLUE value IS 93 (36.72% from 255) = 22.79%
R=49.02%
G=28.19%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001159300.420.540.2212.3449.3157.45
HexC8735D02A3616c3139
Octal3101631350526626146171
Binary11001000111001110111010101010110110101101100110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8735D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8735D; }

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

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

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

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

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

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

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

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