#C67156

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

Shades of Japonica #C67156

Tints of Japonica #C67156

Color information

#C67156 (or 0xC67156) is unknown color: approx Japonica. HEX triplet: C6, 71 and 56. RGB value is (198,113,86). Sum of RGB (Red+Green+Blue) = 198+113+86=397 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.87% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 86 (33.98% from 255 or 21.66% from 397); Max value from RGB is 198 - color contains mainly: red. Hex color #C67156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67156 is #398EA9. Grayscale: #878787. Windows color (decimal): -3772074 or 5665222. OLE color: 5665222.

HSL color Cylindrical-coordinate representation of color #C67156: hue angle of 14.46º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C67156 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB19811386-
CMYK00.430.570.22
HSL14.46º49.56%55.69%-
HSV(B)14.46º56.57%77.65%-
XYZ30.8724.4911.9-
YUV135.34100.16172.7-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.87%
GREEN value IS 113 (44.53% from 255) = 28.46%
BLUE value IS 86 (33.98% from 255) = 21.66%
R=49.87%
G=28.46%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981138600.430.570.2214.4649.5655.69
HexC6715602B3916e3238
Octal3061611260537126166270
Binary11000110111000110101100101011111001101101110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67156; }

 p { color: rgb(198,113,86); }

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

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

 a { background-color: rgb(198,113,86); }

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

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

 span { border-color: rgb(198,113,86); }

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