#C7715D

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

Shades of Japonica #C7715D

Tints of Japonica #C7715D

Color information

#C7715D (or 0xC7715D) is unknown color: approx Japonica. HEX triplet: C7, 71 and 5D. RGB value is (199,113,93). Sum of RGB (Red+Green+Blue) = 199+113+93=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 199 - color contains mainly: red. Hex color #C7715D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7715D is #388EA2. Grayscale: #888888. Windows color (decimal): -3706531 or 6123975. OLE color: 6123975.

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

Color convert

RGB19911393-
CMYK00.430.530.22
HSL11.32º48.62%57.25%-
HSV(B)11.32º53.27%78.04%-
XYZ31.4324.7413.47-
YUV136.43103.49172.63-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.14%
GREEN value IS 113 (44.53% from 255) = 27.90%
BLUE value IS 93 (36.72% from 255) = 22.96%
R=49.14%
G=27.90%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991139300.430.530.2211.3248.6257.25
HexC7715D02B3516b3139
Octal3071611350536526136171
Binary11000111111000110111010101011110101101101011110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7715D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7715D; }

 p { color: rgb(199,113,93); }

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

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

 a { background-color: rgb(199,113,93); }

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

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

 span { border-color: rgb(199,113,93); }

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