#C27457

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

Shades of Japonica #C27457

Tints of Japonica #C27457

Color information

#C27457 (or 0xC27457) is unknown color: approx Japonica. HEX triplet: C2, 74 and 57. RGB value is (194,116,87). Sum of RGB (Red+Green+Blue) = 194+116+87=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 87 (34.38% from 255 or 21.91% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C27457 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27457 is #3D8BA8. Grayscale: #888888. Windows color (decimal): -4033449 or 5731522. OLE color: 5731522.

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

Color convert

RGB19411687-
CMYK00.400.550.24
HSL16.26º46.72%55.1%-
HSV(B)16.26º55.15%76.08%-
XYZ30.2124.6512.18-
YUV136.02100.34169.36-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.87%
GREEN value IS 116 (45.70% from 255) = 29.22%
BLUE value IS 87 (34.38% from 255) = 21.91%
R=48.87%
G=29.22%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941168700.400.550.2416.2646.7255.1
HexC274570283718102f37
Octal3021641270506730205767
Binary110000101110100101011101010001101111100010000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27457; }

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

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

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

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

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

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

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

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