#C27357

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

Shades of Japonica #C27357

Tints of Japonica #C27357

Color information

#C27357 (or 0xC27357) is unknown color: approx Japonica. HEX triplet: C2, 73 and 57. RGB value is (194,115,87). Sum of RGB (Red+Green+Blue) = 194+115+87=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 87 (34.38% from 255 or 21.97% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C27357 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27357 is #3D8CA8. Grayscale: #878787. Windows color (decimal): -4033705 or 5731266. OLE color: 5731266.

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

Color convert

RGB19411587-
CMYK00.410.550.24
HSL15.7º46.72%55.1%-
HSV(B)15.7º55.15%76.08%-
XYZ30.124.4212.14-
YUV135.43100.67169.78-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.99%
GREEN value IS 115 (45.31% from 255) = 29.04%
BLUE value IS 87 (34.38% from 255) = 21.97%
R=48.99%
G=29.04%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941158700.410.550.2415.746.7255.1
HexC273570293718102f37
Octal3021631270516730205767
Binary110000101110011101011101010011101111100010000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27357; }

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

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

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

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

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

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

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

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