#C07256

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

Shades of Japonica #C07256

Tints of Japonica #C07256

Color information

#C07256 (or 0xC07256) is unknown color: approx Japonica. HEX triplet: C0, 72 and 56. RGB value is (192,114,86). Sum of RGB (Red+Green+Blue) = 192+114+86=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 86 (33.98% from 255 or 21.94% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C07256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07256 is #3F8DA9. Grayscale: #868686. Windows color (decimal): -4165034 or 5665472. OLE color: 5665472.

HSL color Cylindrical-coordinate representation of color #C07256: hue angle of 15.85º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C07256 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB19211486-
CMYK00.410.550.25
HSL15.85º45.69%54.51%-
HSV(B)15.85º55.21%75.29%-
XYZ29.4423.9111.87-
YUV134.13100.84169.28-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.98%
GREEN value IS 114 (44.92% from 255) = 29.08%
BLUE value IS 86 (33.98% from 255) = 21.94%
R=48.98%
G=29.08%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921148600.410.550.2515.8545.6954.51
HexC072560293719102e37
Octal3001621260516731205667
Binary110000001110010101011001010011101111100110000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07256; }

 p { color: rgb(192,114,86); }

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

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

 a { background-color: rgb(192,114,86); }

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

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

 span { border-color: rgb(192,114,86); }

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