#C27158

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

Shades of Japonica #C27158

Tints of Japonica #C27158

Color information

#C27158 (or 0xC27158) is unknown color: approx Japonica. HEX triplet: C2, 71 and 58. RGB value is (194,113,88). Sum of RGB (Red+Green+Blue) = 194+113+88=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 88 (34.77% from 255 or 22.28% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C27158 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27158 is #3D8EA7. Grayscale: #868686. Windows color (decimal): -4034216 or 5796290. OLE color: 5796290.

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

Color convert

RGB19411388-
CMYK00.420.550.24
HSL14.15º46.49%55.29%-
HSV(B)14.15º54.64%76.08%-
XYZ29.9123.9812.29-
YUV134.37101.84170.53-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.11%
GREEN value IS 113 (44.53% from 255) = 28.61%
BLUE value IS 88 (34.77% from 255) = 22.28%
R=49.11%
G=28.61%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941138800.420.550.2414.1546.4955.29
HexC2715802A3718e2e37
Octal3021611300526730165667
Binary11000010111000110110000101010110111110001110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27158; }

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

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

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

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

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

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

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

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