#C7705D

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

Shades of Japonica #C7705D

Tints of Japonica #C7705D

Color information

#C7705D (or 0xC7705D) is unknown color: approx Japonica. HEX triplet: C7, 70 and 5D. RGB value is (199,112,93). Sum of RGB (Red+Green+Blue) = 199+112+93=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 199 - color contains mainly: red. Hex color #C7705D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7705D is #388FA2. Grayscale: #888888. Windows color (decimal): -3706787 or 6123719. OLE color: 6123719.

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

Color convert

RGB19911293-
CMYK00.440.530.22
HSL10.75º48.62%57.25%-
HSV(B)10.75º53.27%78.04%-
XYZ31.3224.5213.44-
YUV135.85103.82173.04-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.26%
GREEN value IS 112 (44.14% from 255) = 27.72%
BLUE value IS 93 (36.72% from 255) = 23.02%
R=49.26%
G=27.72%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991129300.440.530.2210.7548.6257.25
HexC7705D02C3516b3139
Octal3071601350546526136171
Binary11000111111000010111010101100110101101101011110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7705D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7705D; }

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

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

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

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

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

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

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

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