#C07257

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

Shades of Japonica #C07257

Tints of Japonica #C07257

Color information

#C07257 (or 0xC07257) is unknown color: approx Japonica. HEX triplet: C0, 72 and 57. RGB value is (192,114,87). Sum of RGB (Red+Green+Blue) = 192+114+87=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 87 (34.38% from 255 or 22.14% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C07257 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07257 is #3F8DA8. Grayscale: #868686. Windows color (decimal): -4165033 or 5731008. OLE color: 5731008.

HSL color Cylindrical-coordinate representation of color #C07257: hue angle of 15.43º degrees, saturation: 0.45, 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 #C07257 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB19211487-
CMYK00.410.550.25
HSL15.43º45.45%54.71%-
HSV(B)15.43º54.69%75.29%-
XYZ29.4823.9312.08-
YUV134.24101.34169.2-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.85%
GREEN value IS 114 (44.92% from 255) = 29.01%
BLUE value IS 87 (34.38% from 255) = 22.14%
R=48.85%
G=29.01%
B=22.14%

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
Decimal1921148700.410.550.2515.4345.4554.71
HexC072570293719f2d37
Octal3001621270516731175567
Binary11000000111001010101110101001110111110011111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07257; }

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

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

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

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

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

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

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

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