#C46C55

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

Shades of Japonica #C46C55

Tints of Japonica #C46C55

Color information

#C46C55 (or 0xC46C55) is unknown color: approx Japonica. HEX triplet: C4, 6C and 55. RGB value is (196,108,85). Sum of RGB (Red+Green+Blue) = 196+108+85=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 108 (42.58% from 255 or 27.76% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C46C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46C55 is #3B93AA. Grayscale: #838383. Windows color (decimal): -3904427 or 5598404. OLE color: 5598404.

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

Color convert

RGB19610885-
CMYK00.450.570.23
HSL12.43º48.47%55.1%-
HSV(B)12.43º56.63%76.86%-
XYZ29.7723.1211.49-
YUV131.69101.65173.87-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.39%
GREEN value IS 108 (42.58% from 255) = 27.76%
BLUE value IS 85 (33.59% from 255) = 21.85%
R=50.39%
G=27.76%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961088500.450.570.2312.4348.4755.1
HexC46C5502D3917c3037
Octal3041541250557127146067
Binary11000100110110010101010101101111001101111100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46C55; }

 p { color: rgb(196,108,85); }

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

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

 a { background-color: rgb(196,108,85); }

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

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

 span { border-color: rgb(196,108,85); }

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