#c46d58

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

Shades of Japonica #C46D58

Tints of Japonica #C46D58

Color information

#C46D58 (or 0xC46D58) is unknown color: approx Japonica. HEX triplet: C4, 6D and 58. RGB value is (196,109,88). Sum of RGB (Red+Green+Blue) = 196+109+88=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 109 (42.97% from 255 or 27.74% from 393); Blue value is 88 (34.77% from 255 or 22.39% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C46D58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46D58 is #3B92A7. Grayscale: #848484. Windows color (decimal): -3904168 or 5795268. OLE color: 5795268.

HSL color Cylindrical-coordinate representation of color #C46D58: hue angle of 11.67º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C46D58 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.23.

Color convert

RGB19610988-
CMYK00.440.550.23
HSL11.67º47.79%55.69%-
HSV(B)11.67º55.1%76.86%-
XYZ3023.3812.16-
YUV132.62102.82173.21-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.87%
GREEN value IS 109 (42.97% from 255) = 27.74%
BLUE value IS 88 (34.77% from 255) = 22.39%
R=49.87%
G=27.74%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961098800.440.550.2311.6747.7955.69
HexC46D5802C3717c3038
Octal3041551300546727146070
Binary11000100110110110110000101100110111101111100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c46d58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c46d58; }

 p { color: rgb(196,109,88); }

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

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

 a { background-color: rgb(196,109,88); }

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

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

 span { border-color: rgb(196,109,88); }

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