#C6725D

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

Shades of Japonica #C6725D

Tints of Japonica #C6725D

Color information

#C6725D (or 0xC6725D) is unknown color: approx Japonica. HEX triplet: C6, 72 and 5D. RGB value is (198,114,93). Sum of RGB (Red+Green+Blue) = 198+114+93=405 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.89% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 198 - color contains mainly: red. Hex color #C6725D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6725D is #398DA2. Grayscale: #888888. Windows color (decimal): -3771811 or 6124230. OLE color: 6124230.

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

Color convert

RGB19811493-
CMYK00.420.530.22
HSL12º47.95%57.06%-
HSV(B)12º53.03%77.65%-
XYZ31.2824.8313.5-
YUV136.72103.33171.71-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.89%
GREEN value IS 114 (44.92% from 255) = 28.15%
BLUE value IS 93 (36.72% from 255) = 22.96%
R=48.89%
G=28.15%
B=22.96%

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
Decimal1981149300.420.530.221247.9557.06
HexC6725D02A3516c3039
Octal3061621350526526146071
Binary11000110111001010111010101010110101101101100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6725D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6725D; }

 p { color: rgb(198,114,93); }

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

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

 a { background-color: rgb(198,114,93); }

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

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

 span { border-color: rgb(198,114,93); }

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