#C07457

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

Shades of Japonica #C07457

Tints of Japonica #C07457

Color information

#C07457 (or 0xC07457) is unknown color: approx Japonica. HEX triplet: C0, 74 and 57. RGB value is (192,116,87). Sum of RGB (Red+Green+Blue) = 192+116+87=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 87 (34.38% from 255 or 22.03% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C07457 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07457 is #3F8BA8. Grayscale: #878787. Windows color (decimal): -4164521 or 5731520. OLE color: 5731520.

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

Color convert

RGB19211687-
CMYK00.400.550.25
HSL16.57º45.45%54.71%-
HSV(B)16.57º54.69%75.29%-
XYZ29.724.3912.16-
YUV135.42100.68168.36-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.61%
GREEN value IS 116 (45.70% from 255) = 29.37%
BLUE value IS 87 (34.38% from 255) = 22.03%
R=48.61%
G=29.37%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921168700.400.550.2516.5745.4554.71
HexC074570283719112d37
Octal3001641270506731215567
Binary110000001110100101011101010001101111100110001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07457; }

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

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

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

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

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

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

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

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