#C27056

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

Shades of Japonica #C27056

Tints of Japonica #C27056

Color information

#C27056 (or 0xC27056) is unknown color: approx Japonica. HEX triplet: C2, 70 and 56. RGB value is (194,112,86). Sum of RGB (Red+Green+Blue) = 194+112+86=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 86 (33.98% from 255 or 21.94% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C27056 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27056 is #3D8FA9. Grayscale: #858585. Windows color (decimal): -4034474 or 5664962. OLE color: 5664962.

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

Color convert

RGB19411286-
CMYK00.420.560.24
HSL14.44º46.96%54.9%-
HSV(B)14.44º55.67%76.08%-
XYZ29.7223.7311.82-
YUV133.55101.17171.11-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.49%
GREEN value IS 112 (44.14% from 255) = 28.57%
BLUE value IS 86 (33.98% from 255) = 21.94%
R=49.49%
G=28.57%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941128600.420.560.2414.4446.9654.9
HexC2705602A3818e2f37
Octal3021601260527030165767
Binary11000010111000010101100101010111000110001110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27056; }

 p { color: rgb(194,112,86); }

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

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

 a { background-color: rgb(194,112,86); }

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

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

 span { border-color: rgb(194,112,86); }

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