#C8755E

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

Shades of Japonica #C8755E

Tints of Japonica #C8755E

Color information

#C8755E (or 0xC8755E) is unknown color: approx Japonica. HEX triplet: C8, 75 and 5E. RGB value is (200,117,94). Sum of RGB (Red+Green+Blue) = 200+117+94=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 94 (37.11% from 255 or 22.87% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C8755E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8755E is #378AA1. Grayscale: #8B8B8B. Windows color (decimal): -3639970 or 6190536. OLE color: 6190536.

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

Color convert

RGB20011794-
CMYK00.420.530.22
HSL13.02º49.07%57.65%-
HSV(B)13.02º53%78.43%-
XYZ32.225.8113.87-
YUV139.2102.5171.37-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.66%
GREEN value IS 117 (46.09% from 255) = 28.47%
BLUE value IS 94 (37.11% from 255) = 22.87%
R=48.66%
G=28.47%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001179400.420.530.2213.0249.0757.65
HexC8755E02A3516d313a
Octal3101651360526526156172
Binary11001000111010110111100101010110101101101101110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8755E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8755E; }

 p { color: rgb(200,117,94); }

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

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

 a { background-color: rgb(200,117,94); }

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

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

 span { border-color: rgb(200,117,94); }

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