#C6715C

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

Shades of Japonica #C6715C

Tints of Japonica #C6715C

Color information

#C6715C (or 0xC6715C) is unknown color: approx Japonica. HEX triplet: C6, 71 and 5C. RGB value is (198,113,92). Sum of RGB (Red+Green+Blue) = 198+113+92=403 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.13% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 92 (36.33% from 255 or 22.83% from 403); Max value from RGB is 198 - color contains mainly: red. Hex color #C6715C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6715C is #398EA3. Grayscale: #888888. Windows color (decimal): -3772068 or 6058438. OLE color: 6058438.

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

Color convert

RGB19811392-
CMYK00.430.540.22
HSL11.89º48.18%56.86%-
HSV(B)11.89º53.54%77.65%-
XYZ31.1324.5913.23-
YUV136.02103.16172.21-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.13%
GREEN value IS 113 (44.53% from 255) = 28.04%
BLUE value IS 92 (36.33% from 255) = 22.83%
R=49.13%
G=28.04%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981139200.430.540.2211.8948.1856.86
HexC6715C02B3616c3039
Octal3061611340536626146071
Binary11000110111000110111000101011110110101101100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6715C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6715C; }

 p { color: rgb(198,113,92); }

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

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

 a { background-color: rgb(198,113,92); }

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

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

 span { border-color: rgb(198,113,92); }

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