#C07057

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

Shades of Japonica #C07057

Tints of Japonica #C07057

Color information

#C07057 (or 0xC07057) is unknown color: approx Japonica. HEX triplet: C0, 70 and 57. RGB value is (192,112,87). Sum of RGB (Red+Green+Blue) = 192+112+87=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 87 (34.38% from 255 or 22.25% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C07057 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07057 is #3F8FA8. Grayscale: #858585. Windows color (decimal): -4165545 or 5730496. OLE color: 5730496.

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

Color convert

RGB19211287-
CMYK00.420.550.25
HSL14.29º45.45%54.71%-
HSV(B)14.29º54.69%75.29%-
XYZ29.2523.4812.01-
YUV133.07102170.03-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.10%
GREEN value IS 112 (44.14% from 255) = 28.64%
BLUE value IS 87 (34.38% from 255) = 22.25%
R=49.10%
G=28.64%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921128700.420.550.2514.2945.4554.71
HexC0705702A3719e2d37
Octal3001601270526731165567
Binary11000000111000010101110101010110111110011110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07057; }

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

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

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

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

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

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

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

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