#C7735C

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

Shades of Japonica #C7735C

Tints of Japonica #C7735C

Color information

#C7735C (or 0xC7735C) is unknown color: approx Japonica. HEX triplet: C7, 73 and 5C. RGB value is (199,115,92). Sum of RGB (Red+Green+Blue) = 199+115+92=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 115 (45.31% from 255 or 28.33% from 406); Blue value is 92 (36.33% from 255 or 22.66% from 406); Max value from RGB is 199 - color contains mainly: red. Hex color #C7735C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7735C is #388CA3. Grayscale: #898989. Windows color (decimal): -3706020 or 6058951. OLE color: 6058951.

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

Color convert

RGB19911592-
CMYK00.420.540.22
HSL12.9º48.86%57.06%-
HSV(B)12.9º53.77%78.04%-
XYZ31.6225.1813.32-
YUV137.49102.33171.87-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.01%
GREEN value IS 115 (45.31% from 255) = 28.33%
BLUE value IS 92 (36.33% from 255) = 22.66%
R=49.01%
G=28.33%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991159200.420.540.2212.948.8657.06
HexC7735C02A3616d3139
Octal3071631340526626156171
Binary11000111111001110111000101010110110101101101110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7735C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7735C; }

 p { color: rgb(199,115,92); }

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

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

 a { background-color: rgb(199,115,92); }

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

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

 span { border-color: rgb(199,115,92); }

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