#C27558

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

Shades of Japonica #C27558

Tints of Japonica #C27558

Color information

#C27558 (or 0xC27558) is unknown color: approx Japonica. HEX triplet: C2, 75 and 58. RGB value is (194,117,88). Sum of RGB (Red+Green+Blue) = 194+117+88=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 117 (46.09% from 255 or 29.32% from 399); Blue value is 88 (34.77% from 255 or 22.06% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C27558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27558 is #3D8AA7. Grayscale: #888888. Windows color (decimal): -4033192 or 5797314. OLE color: 5797314.

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

Color convert

RGB19411788-
CMYK00.400.550.24
HSL16.42º46.49%55.29%-
HSV(B)16.42º54.64%76.08%-
XYZ30.3724.912.44-
YUV136.72100.51168.86-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.62%
GREEN value IS 117 (46.09% from 255) = 29.32%
BLUE value IS 88 (34.77% from 255) = 22.06%
R=48.62%
G=29.32%
B=22.06%

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
Decimal1941178800.400.550.2416.4246.4955.29
HexC275580283718102e37
Octal3021651300506730205667
Binary110000101110101101100001010001101111100010000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27558; }

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

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

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

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

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

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

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

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