#C17256

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

Shades of Japonica #C17256

Tints of Japonica #C17256

Color information

#C17256 (or 0xC17256) is unknown color: approx Japonica. HEX triplet: C1, 72 and 56. RGB value is (193,114,86). Sum of RGB (Red+Green+Blue) = 193+114+86=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 86 (33.98% from 255 or 21.88% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C17256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17256 is #3E8DA9. Grayscale: #868686. Windows color (decimal): -4099498 or 5665473. OLE color: 5665473.

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

Color convert

RGB19311486-
CMYK00.410.550.24
HSL15.7º46.32%54.71%-
HSV(B)15.7º55.44%75.69%-
XYZ29.6924.0411.88-
YUV134.43100.67169.78-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.11%
GREEN value IS 114 (44.92% from 255) = 29.01%
BLUE value IS 86 (33.98% from 255) = 21.88%
R=49.11%
G=29.01%
B=21.88%

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
Decimal1931148600.410.550.2415.746.3254.71
HexC172560293718102e37
Octal3011621260516730205667
Binary110000011110010101011001010011101111100010000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17256; }

 p { color: rgb(193,114,86); }

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

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

 a { background-color: rgb(193,114,86); }

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

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

 span { border-color: rgb(193,114,86); }

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