#C46F5C

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

Shades of Japonica #C46F5C

Tints of Japonica #C46F5C

Color information

#C46F5C (or 0xC46F5C) is unknown color: approx Japonica. HEX triplet: C4, 6F and 5C. RGB value is (196,111,92). Sum of RGB (Red+Green+Blue) = 196+111+92=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 111 (43.75% from 255 or 27.82% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46F5C is #3B90A3. Grayscale: #868686. Windows color (decimal): -3903652 or 6057924. OLE color: 6057924.

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

Color convert

RGB19611192-
CMYK00.430.530.23
HSL10.96º46.85%56.47%-
HSV(B)10.96º53.06%76.86%-
XYZ30.3823.8813.13-
YUV134.25104.16172.04-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.12%
GREEN value IS 111 (43.75% from 255) = 27.82%
BLUE value IS 92 (36.33% from 255) = 23.06%
R=49.12%
G=27.82%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961119200.430.530.2310.9646.8556.47
HexC46F5C02B3517b2f38
Octal3041571340536527135770
Binary11000100110111110111000101011110101101111011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46F5C; }

 p { color: rgb(196,111,92); }

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

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

 a { background-color: rgb(196,111,92); }

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

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

 span { border-color: rgb(196,111,92); }

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