#C07158

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

Shades of Japonica #C07158

Tints of Japonica #C07158

Color information

#C07158 (or 0xC07158) is unknown color: approx Japonica. HEX triplet: C0, 71 and 58. RGB value is (192,113,88). Sum of RGB (Red+Green+Blue) = 192+113+88=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 88 (34.77% from 255 or 22.39% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C07158 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07158 is #3F8EA7. Grayscale: #858585. Windows color (decimal): -4165288 or 5796288. OLE color: 5796288.

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

Color convert

RGB19211388-
CMYK00.410.540.25
HSL14.42º45.22%54.9%-
HSV(B)14.42º54.17%75.29%-
XYZ29.423.7212.26-
YUV133.77102.17169.53-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.85%
GREEN value IS 113 (44.53% from 255) = 28.75%
BLUE value IS 88 (34.77% from 255) = 22.39%
R=48.85%
G=28.75%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921138800.410.540.2514.4245.2254.9
HexC071580293619e2d37
Octal3001611300516631165567
Binary11000000111000110110000101001110110110011110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07158; }

 p { color: rgb(192,113,88); }

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

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

 a { background-color: rgb(192,113,88); }

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

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

 span { border-color: rgb(192,113,88); }

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