#C8735C

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

Shades of Japonica #C8735C

Tints of Japonica #C8735C

Color information

#C8735C (or 0xC8735C) is unknown color: approx Japonica. HEX triplet: C8, 73 and 5C. RGB value is (200,115,92). Sum of RGB (Red+Green+Blue) = 200+115+92=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 92 (36.33% from 255 or 22.60% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C8735C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8735C is #378CA3. Grayscale: #898989. Windows color (decimal): -3640484 or 6058952. OLE color: 6058952.

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

Color convert

RGB20011592-
CMYK00.420.540.22
HSL12.78º49.54%57.25%-
HSV(B)12.78º54%78.43%-
XYZ31.8825.3113.33-
YUV137.79102.16172.37-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.14%
GREEN value IS 115 (45.31% from 255) = 28.26%
BLUE value IS 92 (36.33% from 255) = 22.60%
R=49.14%
G=28.26%
B=22.60%

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
Decimal2001159200.420.540.2212.7849.5457.25
HexC8735C02A3616d3239
Octal3101631340526626156271
Binary11001000111001110111000101010110110101101101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8735C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8735C; }

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

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

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

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

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

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

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

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