#C27157

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

Shades of Japonica #C27157

Tints of Japonica #C27157

Color information

#C27157 (or 0xC27157) is unknown color: approx Japonica. HEX triplet: C2, 71 and 57. RGB value is (194,113,87). Sum of RGB (Red+Green+Blue) = 194+113+87=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 87 (34.38% from 255 or 22.08% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C27157 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27157 is #3D8EA8. Grayscale: #868686. Windows color (decimal): -4034217 or 5730754. OLE color: 5730754.

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

Color convert

RGB19411387-
CMYK00.420.550.24
HSL14.58º46.72%55.1%-
HSV(B)14.58º55.15%76.08%-
XYZ29.8723.9712.07-
YUV134.26101.34170.61-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.24%
GREEN value IS 113 (44.53% from 255) = 28.68%
BLUE value IS 87 (34.38% from 255) = 22.08%
R=49.24%
G=28.68%
B=22.08%

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
Decimal1941138700.420.550.2414.5846.7255.1
HexC2715702A3718f2f37
Octal3021611270526730175767
Binary11000010111000110101110101010110111110001111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27157; }

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

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

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

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

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

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

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

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