#C7715F

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

Shades of Japonica #C7715F

Tints of Japonica #C7715F

Color information

#C7715F (or 0xC7715F) is unknown color: approx Japonica. HEX triplet: C7, 71 and 5F. RGB value is (199,113,95). Sum of RGB (Red+Green+Blue) = 199+113+95=407 (53% of max value = 765). Red value is 199 (78.12% from 255 or 48.89% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 95 (37.5% from 255 or 23.34% from 407); Max value from RGB is 199 - color contains mainly: red. Hex color #C7715F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7715F is #388EA0. Grayscale: #888888. Windows color (decimal): -3706529 or 6255047. OLE color: 6255047.

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

Color convert

RGB19911395-
CMYK00.430.520.22
HSL10.38º48.15%57.65%-
HSV(B)10.38º52.26%78.04%-
XYZ31.5224.7813.95-
YUV136.66104.49172.46-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.89%
GREEN value IS 113 (44.53% from 255) = 27.76%
BLUE value IS 95 (37.5% from 255) = 23.34%
R=48.89%
G=27.76%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991139500.430.520.2210.3848.1557.65
HexC7715F02B3416a303a
Octal3071611370536426126072
Binary11000111111000110111110101011110100101101010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7715F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7715F; }

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

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

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

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

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

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

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

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